From ca91780ff4482df13f1456801583321dd4c7f5b1 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 4 Sep 2017 18:08:00 +0200 Subject: do not fail CI for missing newlines this regularly stalls pull requests and serves no further purpose, so it needs to go. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 42be63db..02a048d9 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 -- cgit v1.2.3