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 58ffe46..16d7a5f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -52,8 +52,7 @@ passenv = OS_*
# D204: 1 blank required after class docstring
# D205: Blank line required between one-line summary and description.
# D207: Docstring is under-indented
-# D208: Docstring is over-indented
-ignore = D100,D101,D102,D103,D104,D105,D200,D202,D203,D204,D205,D207,D208
+ignore = D100,D101,D102,D103,D104,D105,D200,D202,D203,D204,D205,D207
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common*