summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-02-22 02:45:59 +0000
committerGerrit Code Review <review@openstack.org>2019-02-22 02:45:59 +0000
commitb8c863e6bb1a6dc84bbfe8c4147fcec7de306757 (patch)
tree0c9c809e5e88978aa443dbd7aa382427e675fd7a /tox.ini
parent4b99492dc521886f949bff757580497160b3228d (diff)
parent2ff36fde575fa6987ee5954f526ad6c9460633a5 (diff)
downloadpython-swiftclient-b8c863e6bb1a6dc84bbfe8c4147fcec7de306757.tar.gz
Merge "Update hacking version"
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 fe89ffe..22ef526 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 = H101,H301,H306,H401,H403,H404,H405
+ignore = E731,H101,H301,H306,H401,H403,H404,H405
show-source = True
exclude = .venv,.tox,dist,doc,*egg