Merge "Lint and fix renos"

This commit is contained in:
Zuul
2021-02-17 17:31:10 +00:00
committed by Gerrit Code Review
2 changed files with 1 additions and 0 deletions

View File

@@ -108,6 +108,7 @@ exclude = .eggs,.git,.tox,doc
deps = {[testenv:linters]deps}
commands =
doc8 doc/source
reno lint
doc8 -e '.yaml' releasenotes/notes/
[testenv:bashate]