Skip to content

Commit

Permalink
bump flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Kriechi committed Oct 31, 2017
1 parent 731b40c commit 80a8eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"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",
Expand Down

0 comments on commit 80a8eaa

Please sign in to comment.