aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2018-07-21 16:13:25 +1200
committerGitHub <noreply@github.com>2018-07-21 16:13:25 +1200
commitec092fdc120273644c79ae65ae0328dc9f31ee80 (patch)
treee57de65ba4b3a09e7a30e94961cb5b3fd62d0dff /setup.cfg
parentf20d78c3768deaef3a4b4a59273e0650248c8c9a (diff)
parentd5da74645b1231783eb5d527f226d0b06ffd2c4d (diff)
downloadmitmproxy-ec092fdc120273644c79ae65ae0328dc9f31ee80.tar.gz
mitmproxy-ec092fdc120273644c79ae65ae0328dc9f31ee80.tar.bz2
mitmproxy-ec092fdc120273644c79ae65ae0328dc9f31ee80.zip
Merge pull request #3245 from madt1m/protobuf-serialization-clean
Shifting to Protobuf Serialization - Cleaned
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 32b6aac3..173166d1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,7 @@
max-line-length = 140
max-complexity = 25
ignore = E251,C901,W503,W292,E722,E741
-exclude = mitmproxy/contrib/*,test/mitmproxy/data/*,release/build/*
+exclude = mitmproxy/contrib/*,test/mitmproxy/data/*,release/build/*,mitmproxy/io/proto/*
addons = file,open,basestring,xrange,unicode,long,cmp
[tool:pytest]