Merge "Use --max-complexity flake8 rule"

This commit is contained in:
Jenkins 2015-09-24 18:30:03 +00:00 committed by Gerrit Code Review
commit 6b2257fda1
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ deps =
[testenv:pep8]
commands =
flake8 {posargs}
flake8 --max-complexity 14 {posargs}
[testenv:venv]
commands = {posargs}