diff options
Diffstat (limited to 'pep8.sh')
| -rwxr-xr-x | pep8.sh | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,14 +1,11 @@ #!/bin/bash -echo -e "\nRunning: pep8 ... \n" - # Ignoring autogenerated files # -- Migration directories # Ignoring error codes # -- E128 continuation line under-indented for visual indent +# -- E261 at least two spaces before inline comment # -- E225 missing whitespace around operator # -- E501 line too long -pep8 --ignore=E128,E225,E501 slugify test.py setup.py - -echo -e "Done.\n" +pep8 --ignore=E128,E261,E225,E501 slugify test.py setup.py |
