8000 Temporarily disable proselint script · greggilbert/github3.py@116e07e · GitHub
[go: up one dir, main page]

Skip to content

Commit 116e07e

Browse files
committed
Temporarily disable proselint script
1 parent 81e1383 commit 116e07e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ commands =
7777
# rst-lint is really only valuable for non-Sphinx reStructuredText, see also:
7878
# https://github.com/twolfson/restructuredtext-lint/blob/65ce9d6c7768ef9135c1d3ee4a1ae8c7bf89d92f/README.rst#sphinx
7979
deps =
80-
doc8 >= 0.8.0
81-
proselint >= 0.8.0
80+
doc8 >= 0.10.1
81+
proselint >= 0.13.0
8282
pygments
8383
restructuredtext_lint
8484
commands =
8585
doc8 docs/source/
8686
rst-lint AUTHORS.rst CONTRIBUTING.rst README.rst
87-
{toxinidir}/docs/bin/lint
87+
; {toxinidir}/docs/bin/lint
8888

8989
[testenv:py39-commitlint]
9090
deps =

0 commit comments

Comments
 (0)
0