Merge "Move to hacking 0.10"

This commit is contained in:
Jenkins 2015-03-25 15:14:05 +00:00 committed by Gerrit Code Review
commit 78a246c9ca
2 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# Hacking already pins down pep8, pyflakes and flake8
hacking>=0.9.4,<0.10
hacking<0.11,>=0.10.0
coverage>=3.6
discover
mock>=1.0

View File

@ -56,8 +56,7 @@ commands =
[flake8]
# H404 multi line docstring should start with a summary
# H405 multi line docstring summary not separated with an empty line
# H803 no full stop at the end of the commit message
ignore = H404,H405,H803
ignore = H404,H405
show-source = true
exclude=.*,dist,*openstack/common*,*lib/python*,*egg,tools,build
max-complexity=20