summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-03-30 03:34:49 +0000
committerGerrit Code Review <review@openstack.org>2019-03-30 03:34:49 +0000
commitb62d378836873cd086e8a3a6b4ff43769b41ee67 (patch)
treebe3f752b43736acce2d874f020837a059d2573ea /tox.ini
parent991a6cebb900f9ece5279f1c3c2bf33bcbb74086 (diff)
parent0ee7c8272e0de2d8c44fd98306d54fc290d74f38 (diff)
downloadpython-swiftclient-b62d378836873cd086e8a3a6b4ff43769b41ee67.tar.gz
Merge "Make proper functions instead of assigning lambdas"
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 613e3f8..e3a71c6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -77,7 +77,7 @@ commands=
# H403: multi line docstrings should end on a new line
# H404: multi line docstring should start without a leading new line
# H405: multi line docstring summary not separated with an empty line
-ignore = E731,H101,H301,H306,H401,H403,H404,H405
+ignore = H101,H301,H306,H401,H403,H404,H405
show-source = True
exclude = .venv,.tox,dist,doc,*egg