aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-15 11:58:24 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-15 11:58:24 +0200
commit08f988e9f65d8628657cf2018fd36ab82a4d0789 (patch)
tree30685637495a5a7a0073053365b0541037336954 /setup.cfg
parent4fbe406e2e9f3fc46f5ba13c9a43dd86ea9bca4a (diff)
downloadmitmproxy-08f988e9f65d8628657cf2018fd36ab82a4d0789.tar.gz
mitmproxy-08f988e9f65d8628657cf2018fd36ab82a4d0789.tar.bz2
mitmproxy-08f988e9f65d8628657cf2018fd36ab82a4d0789.zip
improve meta code
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index bc980d56..4207020e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,6 +4,5 @@ max-complexity = 15
[pep8]
max-line-length = 80
-max-complexity = 15
exclude = */contrib/*
ignore = E251,E309