mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Ignore blank whitespace line
This commit is contained in:
parent
8781b572c0
commit
9f34f9353e
@ -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 {} +
|
Loading…
Reference in New Issue
Block a user