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:
parent
ed1ce5d8f2
commit
3eb0fd1771
@ -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
|
||||
|
3
tox.ini
3
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user