bump flake8

closes #2601
This commit is contained in:
Thomas Kriechbaumer 2017-10-31 10:57:43 +01:00
parent 731b40ce0f
commit 80a8eaa708
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[flake8] [flake8]
max-line-length = 140 max-line-length = 140
max-complexity = 25 max-complexity = 25
ignore = E251,C901,W503,W292 ignore = E251,C901,W503,W292,E722,E741
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

View File

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