summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 2 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index f8082055..20b5aa43 100644
--- a/tox.ini
+++ b/tox.ini
@@ -53,9 +53,7 @@ ignore-path = .venv,.tox,.git,dist,doc,*egg-info,tools,etc,build,*.po,*.pot,inte
[flake8]
show-source = True
-# H301 is ignored on purpose.
-# The rest of the ignores are TODOs.
-ignore = E402,E731,F601,F821,H301,H404,H405,H501,W503,W504,W605
+ignore = E125,E129,E402,E731,F601,F821,H301,H306,H404,H405,H501,W503,W504,W605
enable-extensions = H203,H106
builtins = _
# add *.yaml for playbooks/trove-devstack-base.yaml, as it will be matched by
@@ -68,7 +66,7 @@ import_exceptions = trove.common.i18n
[flake8:local-plugins]
extension =
- T103= checks:check_raised_localized_exceptions
+ # T103= checks:check_raised_localized_exceptions
T104 = checks:check_no_basestring
T105 = checks:no_translate_logs
N335 = checks:assert_raises_regexp