mitmproxy/setup.cfg
2015-05-30 12:03:28 +12:00

10 lines
140 B
INI

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