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 77e6b68 commit ad692fbCopy full SHA for ad692fb
tox.ini
@@ -81,7 +81,7 @@ commands =
81
# rst-lint is really only valuable for non-Sphinx reStructuredText, see also:
82
# https://github.com/twolfson/restructuredtext-lint/blob/65ce9d6c7768ef9135c1d3ee4a1ae8c7bf89d92f/README.rst#sphinx
83
deps =
84
- doc8 >= 0.10.1, != 1.1.2
+ doc8 >= 0.10.1, <1.1.2 # https://github.com/PyCQA/doc8/issues/188 was introduced in 1.1.2. Remove cap once bug is fixed
85
proselint >= 0.13.0
86
pygments
87
restructuredtext_lint
0 commit comments