mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
Ignore blank whitespace line
This commit is contained in:
parent
8781b572c0
commit
9f34f9353e
@ -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 {} +
|
Loading…
x
Reference in New Issue
Block a user