aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2018-12-02 11:35:22 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2018-12-02 15:48:20 +0100
commit2fb2b48a060f53c10958d493415a802c5daf5830 (patch)
tree72c83c34ecd4335625d8b8cfa9169da7569fd3ae /setup.cfg
parent544f859925865fed4c743f5ff4cc944f444c69e2 (diff)
downloadmitmproxy-2fb2b48a060f53c10958d493415a802c5daf5830.tar.gz
mitmproxy-2fb2b48a060f53c10958d493415a802c5daf5830.tar.bz2
mitmproxy-2fb2b48a060f53c10958d493415a802c5daf5830.zip
bump dependencies
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 173166d1..83144c22 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,7 @@
[flake8]
max-line-length = 140
max-complexity = 25
-ignore = E251,C901,W503,W292,E722,E741
+ignore = E251,E252,C901,W292,W503,W504,W605,E722,E741
exclude = mitmproxy/contrib/*,test/mitmproxy/data/*,release/build/*,mitmproxy/io/proto/*
addons = file,open,basestring,xrange,unicode,long,cmp