Removed H302, H305 and H307

I unlock the hacking requirements in test-requirements.txt

Change-Id: I2a26845f16064be8c082d9cbe2e2d2bc48339314
Signed-off-by: Micu Matei-Marius <mmicu@cloudbasesolutions.com>
This commit is contained in:
Micu Matei-Marius 2016-06-28 17:38:16 +03:00
parent 014f14d9e7
commit 43194f0d72
No known key found for this signature in database
GPG Key ID: 3BB0000C61B62B6B
2 changed files with 3 additions and 6 deletions

View File

@ -1,3 +1,3 @@
hacking>=0.9.2,<0.10
hacking>=0.11.0,<0.12 # Apache-2.0
nose
mock>=1.0.1

View File

@ -27,10 +27,7 @@ commands = {posargs}
max-line-length = 120
# TODO: ignored checks should be enabled in the future
# H201 no 'except:' at least use 'except Exception:'
# H302 import only modules
# H305 imports not grouped correctly
# H307 like imports should be grouped together
# H405 multi line docstring summary not separated with an empty line
# H904 Wrap long lines in parentheses instead of a backslash
ignore = F821,H201,H302,H305,H307,H405,H904,E126,E125,H306,E302,E122
ignore = F821,H201,H405,H904,E126,E125,H306,E302,E122
exclude=.venv,.git,.tox,dist,*openstack/common*,*egg,build