summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNavid Pustchi <npustchi@gmail.com>2016-04-23 06:48:46 +0000
committerNavid Pustchi <npustchi@gmail.com>2016-04-23 17:47:25 +0000
commit20e23f3e0dfb8853d39eedacd19f8c4f8a434fca (patch)
tree1be597b34b43a618994aebe3066100688059a322 /tox.ini
parent946e928b5285a4994c4ef365b43295bdd90c9961 (diff)
downloadpython-keystoneclient-20e23f3e0dfb8853d39eedacd19f8c4f8a434fca.tar.gz
Fix D400 PEP257 violation.
Currently tox ignores D400. D400: First line should end with a period. This change removes it and make keystoneclient docstrings compliant with it. Change-Id: I29ecb4c58bb03c0b9a3be0b7a74d18fb06a350f2
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 11e80b7..9152b11 100644
--- a/tox.ini
+++ b/tox.ini
@@ -55,8 +55,7 @@ passenv = OS_*
# D208: Docstring is over-indented
# D211: No blank lines allowed before class docstring
# D301: Use r”“” if any backslashes in a docstring
-# D400: First line should end with a period.
-ignore = D100,D101,D102,D103,D104,D105,D200,D202,D203,D204,D205,D207,D208,D211,D301,D400
+ignore = D100,D101,D102,D103,D104,D105,D200,D202,D203,D204,D205,D207,D208,D211,D301
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common*