Enable hacking checks H305 and H307 in tox.ini template

With the change If1dd9c89f65ede6959865a885777cb08c263eca0 we
enabled the hacking checks H305 and H307. But we forgot to enable
them in the tox.ini template as well.

Change-Id: I67482951aa09ee73546715181701066b1d26343a
This commit is contained in:
Christian Berendt
2014-07-24 10:04:42 +02:00
parent 44c46f26bc
commit 2405bd80e9

View File

@@ -39,10 +39,8 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
commands = {posargs}
[flake8]
# H305 imports not grouped correctly
# H307 like imports should be grouped together
# H904 Wrap long lines in parentheses instead of a backslash
ignore = H307,H305,H904
ignore = H904
builtins = _
exclude = .venv,.tox,dist,doc,./taskflow/openstack/common,*egg,.git,build,tools