Merge pull request #151 from SchrodingersGat/flake

Moved flake settings to setup.cfg
This commit is contained in:
Oliver 2019-04-25 21:28:51 +10:00 committed by GitHub
commit cece28fc50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ clean:
rm -f .coverage
style:
flake8 InvenTree --ignore=C901,E501
flake8 InvenTree
test:
python InvenTree/manage.py check

View File

@ -5,4 +5,4 @@ ignore =
# - E501 - line too long (82 characters)
E501
exclude = .git,__pycache__
max-complexity = 10
max-complexity = 20