aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-15 12:00:55 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-15 12:01:42 +0200
commit5fea5d7813d3242f0801ddaa2609e4f8704080d0 (patch)
tree64663453e2de11e666ef1e6fd54b8e26f67afef9
parent7890450b0c9d0cd95a2e5f507a9a8247702051be (diff)
downloadmitmproxy-5fea5d7813d3242f0801ddaa2609e4f8704080d0.tar.gz
mitmproxy-5fea5d7813d3242f0801ddaa2609e4f8704080d0.tar.bz2
mitmproxy-5fea5d7813d3242f0801ddaa2609e4f8704080d0.zip
fix pep8 config
-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