2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 19:46:46 +00:00

Ignore blank whitespace line

This commit is contained in:
Oliver Walters 2017-03-28 23:12:36 +11:00
parent 8781b572c0
commit 9f34f9353e

View File

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