Removed H237 from tox.ini

As there is no module that violates this rule, we shoud
get rid of H237 ignore. H237 is defined at [1].

[1]: http://docs.openstack.org/developer/hacking/

Change-Id: I739db63508604d2963b2d7f6aedaf2d80871448a
This commit is contained in:
Gábor Antal 2016-09-23 15:58:35 +02:00
parent 473d360b90
commit c65d5c0808
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ commands = {posargs}
show-source = True
# H301 is ignored on purpose.
# The rest of the ignores are TODOs.
ignore = F821,H237,H301,H404,H405,H501
ignore = F821,H301,H404,H405,H501
builtins = _
exclude=.venv,.tox,.git,dist,doc,*egg,tools,etc,build,*.po,*.pot
filename=*.py,trove-*