remove flake8 section from setup.cfg

This commit is contained in:
Matthias Mair 2024-01-07 20:43:22 +01:00
parent f5cf7b2e78
commit 12460b0419
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

View File

@ -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