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:
parent
f6f9944160
commit
ca91780ff4
|
@ -1,7 +1,7 @@
|
||||||
[flake8]
|
[flake8]
|
||||||
max-line-length = 140
|
max-line-length = 140
|
||||||
max-complexity = 25
|
max-complexity = 25
|
||||||
ignore = E251,C901,W503
|
ignore = E251,C901,W503,W292
|
||||||
exclude = mitmproxy/contrib/*,test/mitmproxy/data/*,release/build/*
|
exclude = mitmproxy/contrib/*,test/mitmproxy/data/*,release/build/*
|
||||||
addons = file,open,basestring,xrange,unicode,long,cmp
|
addons = file,open,basestring,xrange,unicode,long,cmp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue