graphene/bin/autolinter

6 lines
182 B
Plaintext
Raw Normal View History

#!/bin/bash
2015-11-12 07:02:57 +03:00
autoflake ./ -r --remove-unused-variables --remove-all-unused-imports --in-place
2015-11-12 08:54:45 +03:00
autopep8 ./ -r --in-place --experimental --aggressive --max-line-length 120
isort -rc .