summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2013-06-27 17:49:55 +0200
committerDirk Mueller <dirk@dmllr.de>2013-07-17 15:44:05 +0200
commitaf7ca70e3e676bbd8cd20c3847233e6e25a71fde (patch)
tree3b95f51c5f2822fe9c6c98173b583bb0ec5b1b39 /tox.ini
parent0c775cbd78addcd998e4d665723c5c003fdac5b7 (diff)
downloadpython-novaclient-af7ca70e3e676bbd8cd20c3847233e6e25a71fde.tar.gz
Fix and enable gating on H402
End one-line docstrings with punctuation. Change them to command style where necessary. Change-Id: I8ff689c3a2f20d489286f80112c6dc95c97f2f31
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 b035bb75..b10c1603 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,6 +24,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
downloadcache = ~/cache/pip
[flake8]
-ignore = E12,E711,E721,E712,F841,F811,F821,H302,H306,H402,H403,H404
+ignore = E12,E711,E721,E712,F841,F811,F821,H302,H306,H403,H404
show-source = True
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build