2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00

Ignore some rules

This commit is contained in:
Oliver Walters 2019-04-14 09:39:01 +10:00
parent 29ab19d51d
commit 1ef81ecf2e
3 changed files with 3 additions and 3 deletions

View File

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