mitmproxy/setup.cfg
Thomas Kriechbaumer 5fea5d7813 fix pep8 config
2015-06-15 12:01:42 +02:00

9 lines
120 B
INI

[flake8]
max-line-length = 80
max-complexity = 15
[pep8]
max-line-length = 80
exclude = */contrib/*
ignore = E251,E309