mitmproxy/setup.cfg

9 lines
120 B
INI
Raw Normal View History

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