mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Moved flake settings to setup.cfg
This commit is contained in:
parent
f0ab95306b
commit
f9a54af9b1
2
Makefile
2
Makefile
@ -8,7 +8,7 @@ clean:
|
|||||||
rm -f .coverage
|
rm -f .coverage
|
||||||
|
|
||||||
style:
|
style:
|
||||||
flake8 InvenTree --ignore=C901,E501
|
flake8 InvenTree
|
||||||
|
|
||||||
test:
|
test:
|
||||||
python InvenTree/manage.py check
|
python InvenTree/manage.py check
|
||||||
|
@ -3,6 +3,6 @@ ignore =
|
|||||||
# - W293 - blank lines contain whitespace
|
# - W293 - blank lines contain whitespace
|
||||||
W293,
|
W293,
|
||||||
# - E501 - line too long (82 characters)
|
# - E501 - line too long (82 characters)
|
||||||
E501
|
E501,
|
||||||
exclude = .git,__pycache__
|
exclude = .git,__pycache__
|
||||||
max-complexity = 10
|
max-complexity = 10
|
||||||
|
Loading…
Reference in New Issue
Block a user