summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
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*