mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
12 lines
144 B
INI
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
|