Move to hacking 0.10

Release notes:
http://git.openstack.org/cgit/openstack-dev/hacking/tag/?id=0.10.0

H803 is no longer checked by hacking per the release notes.

H904 is no longer checked by hacking.

Change-Id: Ifaf62839a4b6da62a3b380396158b463c1381026
This commit is contained in:
Brant Knudson
2015-01-11 12:19:36 -06:00
parent f9be84a566
commit 6237c1bffd
2 changed files with 3 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=0.9.2,<0.10
hacking>=0.10.0,<0.11
coverage>=3.6
discover

View File

@@ -33,11 +33,10 @@ commands = oslo_debug_helper -t keystoneclient/tests {posargs}
[flake8]
# F821: undefined name
# H304: no relative imports
# H803 Commit message should not end with a period (do not remove per list discussion)
# H405: multi line docstring summary not separated with an empty line
# E122: continuation line missing indentation or outdented
# H904: Wrap long lines in parentheses instead of a backslash
ignore = F821,H304,H803,H405,E122,H904
# New from hacking 0.10: H238,W292
ignore = F821,H238,H304,H405,E122,W292
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common*