mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
remove flake8 section from setup.cfg
This commit is contained in:
parent
f5cf7b2e78
commit
12460b0419
14
setup.cfg
14
setup.cfg
@ -1,17 +1,3 @@
|
||||
[flake8]
|
||||
ignore =
|
||||
# - W605 - invalid escape sequence
|
||||
W605,
|
||||
# - E501 - line too long (82 characters)
|
||||
E501,
|
||||
# - E722 - do not use bare except
|
||||
E722,
|
||||
# - C901 - function is too complex
|
||||
C901,
|
||||
# - B009 - Do not call getattr with a constant attribute value
|
||||
B009
|
||||
exclude = .git,__pycache__,*/migrations/*,*/lib/*,*/bin/*,*/media/*,*/static/*,InvenTree/plugins/*
|
||||
|
||||
[isort]
|
||||
src_paths=InvenTree
|
||||
skip_glob =*/migrations/*.py
|
||||
|
Loading…
Reference in New Issue
Block a user