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:
# 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 {} +