mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-07 06:00:57 +00:00
Merge pull request #151 from SchrodingersGat/flake
Moved flake settings to setup.cfg
This commit is contained in:
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
|
||||||
|
@ -5,4 +5,4 @@ ignore =
|
|||||||
# - 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 = 20
|
||||||
|
Reference in New Issue
Block a user