We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e1383 commit 116e07eCopy full SHA for 116e07e
tox.ini
@@ -77,14 +77,14 @@ commands =
77
# rst-lint is really only valuable for non-Sphinx reStructuredText, see also:
78
# https://github.com/twolfson/restructuredtext-lint/blob/65ce9d6c7768ef9135c1d3ee4a1ae8c7bf89d92f/README.rst#sphinx
79
deps =
80
- doc8 >= 0.8.0
81
- proselint >= 0.8.0
+ doc8 >= 0.10.1
+ proselint >= 0.13.0
82
pygments
83
restructuredtext_lint
84
commands =
85
doc8 docs/source/
86
rst-lint AUTHORS.rst CONTRIBUTING.rst README.rst
87
- {toxinidir}/docs/bin/lint
+ ; {toxinidir}/docs/bin/lint
88
89
[testenv:py39-commitlint]
90
0 commit comments