summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorGábor Antal <antal@inf.u-szeged.hu>2016-09-23 15:58:35 +0200
committerGábor Antal <antal@inf.u-szeged.hu>2016-10-06 12:18:42 +0200
commitc65d5c0808b1e9cb2d908213005c3b2860792259 (patch)
tree05971c184dcbcc886f4cec18611aea53c09d9f24 /tox.ini
parent473d360b906dba80f0f914e88b461221c1bfd5f3 (diff)
downloadtrove-c65d5c0808b1e9cb2d908213005c3b2860792259.tar.gz
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 85d5f69f..0d1a00bb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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-*