aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg11
1 files changed, 4 insertions, 7 deletions
diff --git a/setup.cfg b/setup.cfg
index d51ddc14..571f826f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,11 +1,8 @@
[flake8]
-max-line-length = 120
-max-complexity = 20
-
-[pep8]
-max-line-length = 120
-exclude = */contrib/*
-ignore = E251
+max-line-length = 130
+max-complexity = 25
+ignore = E251,C901
+exclude = mitmproxy/contrib/*
[pytest]
testpaths = test