aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2017-09-04 19:49:42 +0200
committerGitHub <noreply@github.com>2017-09-04 19:49:42 +0200
commit930d78b5548d5f0cb39c32d1df124426664e8f87 (patch)
tree77555e577c09d8ccf114b09a36a2931c162f5f69 /setup.cfg
parent68fab8bd92c87f5c91f94c8837477418d5b5ea3e (diff)
parentca91780ff4482df13f1456801583321dd4c7f5b1 (diff)
downloadmitmproxy-930d78b5548d5f0cb39c32d1df124426664e8f87.tar.gz
mitmproxy-930d78b5548d5f0cb39c32d1df124426664e8f87.tar.bz2
mitmproxy-930d78b5548d5f0cb39c32d1df124426664e8f87.zip
Merge pull request #2537 from ujjwal96/content-view
JS beautifier
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 26982992..b8e129ee 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,7 @@
[flake8]
max-line-length = 140
max-complexity = 25
-ignore = E251,C901,W503
+ignore = E251,C901,W503,W292
exclude = mitmproxy/contrib/*,test/mitmproxy/data/*,release/build/*
addons = file,open,basestring,xrange,unicode,long,cmp