aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/setup.cfg
blob: 1151288f1e841aab60f4e184c1d0f7def1df3107 (plain)
1
2
3
4
5
6
7
8
9
10
11
[flake8]
max-line-length = 120
max-complexity = 20

[pep8]
max-line-length = 120
exclude = */contrib/*
ignore = E251

[pytest]
testpaths = test