mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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 = 10
|