summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index c98a1d5..84613a7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,7 @@ commands = flake8
[testenv:docs]
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
-whitelist_externals =
+allowlist_externals =
rm
commands =
rm -rf doc/build/html doc/build/doctrees
@@ -48,6 +48,7 @@ show-source = True
# D103: Missing docstring in public function
# D104: Missing docstring in public package
# D105: Missing docstring in magic method
+# D107: Missing docstring in __init__
# D200: One-line docstring should fit on one line with quotes
# D202: No blank lines allowed after function docstring
# D203: 1 blank required before class docstring
@@ -58,5 +59,5 @@ show-source = True
# D401: First line should be in imperative mood
# W503 line break before binary operator
# W504 line break after binary operator
-ignore = H405,D100,D101,D102,D103,D104,D105,D200,D202,D203,D204,D205,D208,D400,D401,W503,W504
+ignore = H405,D100,D101,D102,D103,D104,D105,D107,D200,D202,D203,D204,D205,D208,D400,D401,W503,W504
exclude = .tox,dist,doc,*.egg,build