Skip to content

Commit 556f6a2

Browse files
pre-commit: fix rst-lint after new release (#13999) (#14001)
https://github.com/twolfson/restructuredtext-lint?tab=readme-ov-file#breaking-changes-in-200 (cherry picked from commit 9b688f0) Co-authored-by: Ran Benita <[email protected]>
1 parent c60fbe6 commit 556f6a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ repos:
9393
stages: [manual]
9494
- id: rst
9595
name: rst
96-
entry: rst-lint --encoding utf-8
96+
entry: rst-lint
9797
files: ^(RELEASING.rst|README.rst|TIDELIFT.rst)$
9898
language: python
99-
additional_dependencies: [pygments, restructuredtext_lint]
99+
additional_dependencies: [pygments, restructuredtext_lint>=2.0.0]
100100
- id: changelogs-rst
101101
name: changelog filenames
102102
language: fail

0 commit comments

Comments
 (0)