From bb5811beec44df1c9e28e6060df12a82ac81864a Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 25 Oct 2016 22:19:43 -0700 Subject: [PATCH] fix the linter, knuth ftw! --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 87ef81ede..df31020c3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [flake8] max-line-length = 140 max-complexity = 25 -ignore = E251,C901 +ignore = E251,C901,W503 exclude = mitmproxy/contrib/*,test/mitmproxy/data/* addons = file,open,basestring,xrange,unicode,long,cmp