Merge pull request #2615 from Kriechi/bump-flake

bump flake8
This commit is contained in:
Thomas Kriechbaumer 2017-10-31 11:16:42 +01:00 committed by GitHub
commit 1d55d241f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[flake8]
max-line-length = 140
max-complexity = 25
ignore = E251,C901,W503,W292
ignore = E251,C901,W503,W292,E722,E741
exclude = mitmproxy/contrib/*,test/mitmproxy/data/*,release/build/*
addons = file,open,basestring,xrange,unicode,long,cmp

View File

@ -85,7 +85,7 @@ setup(
"pydivert>=2.0.3,<2.2",
],
'dev': [
"flake8>=3.2.1, <3.5",
"flake8>=3.5, <3.6",
"Flask>=0.10.1, <0.13",
"mypy>=0.530,<0.541",
"pytest-cov>=2.2.1, <3",