mitmproxy/setup.cfg
2016-02-18 13:03:40 +01:00

12 lines
169 B
INI

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