summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNavid Pustchi <npustchi@gmail.com>2016-05-02 16:36:19 +0000
committerNavid Pustchi <npustchi@gmail.com>2016-05-02 16:36:19 +0000
commit212cb141b808e71cb09899797dc59345ec640da2 (patch)
treedb5f00a878322ebce2ee1798e8bd75c638332706 /tox.ini
parenta7b65bed8f36fe80eda4526ad24ef0cfee5d462c (diff)
downloadpython-keystoneclient-212cb141b808e71cb09899797dc59345ec640da2.tar.gz
Fixing D211 PEP257 violation.
Currently tox ignores D211. D211: No blank lines allowed before class docstring This change removes D211 ignore and fix violations. Change-Id: I79404110896ced7f79999b8c099e2a70b01ec968
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 be6a529..58ffe46 100644
--- a/tox.ini
+++ b/tox.ini
@@ -53,8 +53,7 @@ passenv = OS_*
# D205: Blank line required between one-line summary and description.
# D207: Docstring is under-indented
# D208: Docstring is over-indented
-# D211: No blank lines allowed before class docstring
-ignore = D100,D101,D102,D103,D104,D105,D200,D202,D203,D204,D205,D207,D208,D211
+ignore = D100,D101,D102,D103,D104,D105,D200,D202,D203,D204,D205,D207,D208
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common*