mitmproxy/setup.cfg

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