InvenTree/setup.cfg
2019-04-25 21:09:02 +10:00

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