summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNavid Pustchi <npustchi@gmail.com>2016-05-03 19:01:12 +0000
committerNavid Pustchi <npustchi@gmail.com>2016-05-04 19:47:00 +0000
commit4c180e691fe1deed3b253016c28e8f6987436074 (patch)
treef8383659da02508b71eb02da75c5eda4a58fb43b /tox.ini
parentbca112c8ba5636becd6951fbfb8cb8f2474279fe (diff)
downloadpython-keystoneclient-4c180e691fe1deed3b253016c28e8f6987436074.tar.gz
Fixing D200 PEP257 violation.
Currently tox ignores D200. D200: One-line docstring should fit on one line with quotes. This change removes D200 ignore in tox and fix violations. Change-Id: Icbf8cc1d4f1c00daeedeffe4397369f9e468b191
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 9dd6687..e180fbc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -46,8 +46,7 @@ passenv = OS_*
# D103: Missing docstring in public function
# D104: Missing docstring in public package
# D105: Missing docstring in magic method
-# D200: One-line docstring should fit on one line with quotes
-ignore = D100,D101,D102,D103,D104,D105,D200
+ignore = D100,D101,D102,D103,D104,D105
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common*