summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 1 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 8ce0723..f2e45f0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -43,10 +43,7 @@ commands = oslo_debug_helper {posargs}
# D105: Missing docstring in magic method
# D200: One-line docstring should fit on one line with quotes
# D202: No blank lines allowed after function docstring
-# D204: 1 blank line required after class docstring
-# D209: Multi-line docstring closing quotes should be on a separate line
-# D301: Use r""" if any backslashes in a docstring
-ignore = D100,D101,D102,D103,D104,D105,D200,D202,D209,D301,D204
+ignore = D100,D101,D102,D103,D104,D105,D200,D202
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common*