InvenTree/setup.cfg

9 lines
163 B
INI
Raw Normal View History

2017-04-10 20:55:25 +00:00
[flake8]
ignore =
# - W293 - blank lines contain whitespace
W293,
# - E501 - line too long (82 characters)
E501
exclude = .git,__pycache__
max-complexity = 10