Files
bob-builder-1/setup.cfg
T
2017-05-30 22:49:39 +01:00

11 lines
307 B
INI

[flake8]
exclude = .git,__pycache__,docs/
ignore =
# The default ignore list:
E121,E123,E126,E226,E24,E704,
# Our additions:
# E127: continuation line over-indented for visual indent
# E128: continuation line under-indented for visual indent
# E501: line too long
E127,E128,E501