summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNavid Pustchi <npustchi@gmail.com>2016-05-02 16:29:24 +0000
committerNavid Pustchi <npustchi@gmail.com>2016-05-02 16:31:33 +0000
commita7b65bed8f36fe80eda4526ad24ef0cfee5d462c (patch)
tree9aefcbaea132f2040e7c1a1403cf2466cdfcfda6 /tox.ini
parenta4ca83b840b831e1324eef6c517065b92575b558 (diff)
downloadpython-keystoneclient-a7b65bed8f36fe80eda4526ad24ef0cfee5d462c.tar.gz
Fixing D301 PEP257 violation.
Currently tox ignores D301. D301: Use r”“” if any backslashes in adocstring. This change removes D301 ignore and fix violations. Change-Id: I9dbe2c9d59e2c2d8585a53840a579a9b9c57a09c
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 9152b11..be6a529 100644
--- a/tox.ini
+++ b/tox.ini
@@ -54,8 +54,7 @@ passenv = OS_*
# D207: Docstring is under-indented
# D208: Docstring is over-indented
# D211: No blank lines allowed before class docstring
-# D301: Use r”“” if any backslashes in a docstring
-ignore = D100,D101,D102,D103,D104,D105,D200,D202,D203,D204,D205,D207,D208,D211,D301
+ignore = D100,D101,D102,D103,D104,D105,D200,D202,D203,D204,D205,D207,D208,D211
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common*