mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
9 lines
163 B
INI
9 lines
163 B
INI
[flake8]
|
|
ignore =
|
|
# - W293 - blank lines contain whitespace
|
|
W293,
|
|
# - E501 - line too long (82 characters)
|
|
E501
|
|
exclude = .git,__pycache__
|
|
max-complexity = 20
|