mitmproxy/setup.cfg
Thomas Kriechbaumer c2bb29f669 cleanup imports
2016-01-27 10:36:28 +01:00

12 lines
144 B
INI

[flake8]
max-line-length = 120
max-complexity = 20
[pep8]
max-line-length = 120
exclude = */contrib/*
ignore = E251
[pytest]
testpaths = test