summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-03-30 07:17:20 +0000
committerGerrit Code Review <review@openstack.org>2019-03-30 07:17:20 +0000
commite325ed7f9ea371b416a953333496a871157b6df8 (patch)
treeb7c1d62e7817301d149ffa8930216764a1dfa23a /tox.ini
parentb62d378836873cd086e8a3a6b4ff43769b41ee67 (diff)
parentfd6e76029dc725ad48ae4e250f1c70a58740cad7 (diff)
downloadpython-swiftclient-e325ed7f9ea371b416a953333496a871157b6df8.tar.gz
Merge "Enable some off-by-default checks"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index e3a71c6..4635491 100644
--- a/tox.ini
+++ b/tox.ini
@@ -78,6 +78,9 @@ commands=
# H404: multi line docstring should start without a leading new line
# H405: multi line docstring summary not separated with an empty line
ignore = H101,H301,H306,H401,H403,H404,H405
+# H106: Don’t put vim configuration in source files
+# H203: Use assertIs(Not)None to check for None
+enable-extensions=H106,H203
show-source = True
exclude = .venv,.tox,dist,doc,*egg