aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'mitmproxy/setup.cfg')
-rw-r--r--mitmproxy/setup.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/mitmproxy/setup.cfg b/mitmproxy/setup.cfg
new file mode 100644
index 00000000..1151288f
--- /dev/null
+++ b/mitmproxy/setup.cfg
@@ -0,0 +1,11 @@
+[flake8]
+max-line-length = 120
+max-complexity = 20
+
+[pep8]
+max-line-length = 120
+exclude = */contrib/*
+ignore = E251
+
+[pytest]
+testpaths = test