aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2017-10-31 10:57:43 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2017-10-31 10:58:38 +0100
commit80a8eaa708ea31dd9c5e7e1ab6b02c69079039c0 (patch)
treea4a20814f53e4052e89ebc531f7e1898b12e5e6f /setup.cfg
parent731b40ce0f31e64e9bff87e00d7bfbee12138d47 (diff)
downloadmitmproxy-80a8eaa708ea31dd9c5e7e1ab6b02c69079039c0.tar.gz
mitmproxy-80a8eaa708ea31dd9c5e7e1ab6b02c69079039c0.tar.bz2
mitmproxy-80a8eaa708ea31dd9c5e7e1ab6b02c69079039c0.zip
bump flake8
closes #2601
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index b8e129ee..eaabfa12 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,7 @@
[flake8]
max-line-length = 140
max-complexity = 25
-ignore = E251,C901,W503,W292
+ignore = E251,C901,W503,W292,E722,E741
exclude = mitmproxy/contrib/*,test/mitmproxy/data/*,release/build/*
addons = file,open,basestring,xrange,unicode,long,cmp