Move to hacking 0.10

Release notes: http://lists.openstack.org/pipermail/openstack-dev/2015-January/054165.html

Remove deleted hacking rules from toxini (H803)

Change-Id: I97965ec81e6eaf771f74b6044945f23fae395ba5
This commit is contained in:
Joe Gordon 2015-03-24 11:46:35 -07:00
parent ed1ce5d8f2
commit 3eb0fd1771
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