2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00
This commit is contained in:
Oliver Walters
2017-03-28 23:29:00 +11:00
parent c111aaf9b2
commit 14f60e1292
2 changed files with 10 additions and 7 deletions

View File

@ -7,4 +7,4 @@ before_install:
script:
# TODO - Only perform PEP8 checks on files that have been changed in this push / PR
- find . -name \*.py -exec pep8 --ignore=E402,W293 {} +
- find . -name \*.py -exec pep8 --ignore=E402,W293,E501 {} +