graphene/bin/autolinter

6 lines
132 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
autopep8 ./ -r --in-place
isort -rc .