mitmproxy/setup.cfg

10 lines
140 B
INI
Raw Normal View History

[flake8]
2015-05-30 00:02:58 +00:00
max-line-length = 80
max-complexity = 15
[pep8]
2015-05-30 00:02:58 +00:00
max-line-length = 80
max-complexity = 15
2015-05-30 00:02:58 +00:00
exclude = */contrib/*
ignore = E251,E309