mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 10:47:14 +00:00
11 lines
No EOL
146 B
INI
11 lines
No EOL
146 B
INI
[flake8]
|
|
max-line-length = 80
|
|
max-complexity = 15
|
|
|
|
[pep8]
|
|
max-line-length = 80
|
|
exclude = */contrib/*
|
|
ignore = E251,E309
|
|
|
|
[pytest]
|
|
testpaths = test |