summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2019-02-21 09:26:10 -0800
committerTim Burke <tim.burke@gmail.com>2019-02-21 09:26:32 -0800
commit0ee7c8272e0de2d8c44fd98306d54fc290d74f38 (patch)
tree76caa19f78bd0a17fe28fe54fc8c5fe6ecc38bdc /tox.ini
parent2ff36fde575fa6987ee5954f526ad6c9460633a5 (diff)
downloadpython-swiftclient-0ee7c8272e0de2d8c44fd98306d54fc290d74f38.tar.gz
Make proper functions instead of assigning lambdas
Change-Id: I89255f6923c649c7b9d3d36e96c09f8bc4f51a3c
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 fb639d0..bd20632 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