summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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-*