do not fail CI for missing newlines

this regularly stalls pull requests and serves no further purpose,
so it needs to go.
This commit is contained in:
Maximilian Hils 2017-09-04 18:08:00 +02:00
parent f6f9944160
commit ca91780ff4

View File

@ -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