Skip to content

Commit 9b688f0

Browse files
authored
1 parent 899a84f commit 9b688f0

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
@@ -94,10 +94,10 @@ repos:
9494
stages: [manual]
9595
- id: rst
9696
name: rst
97-
entry: rst-lint --encoding utf-8
97+
entry: rst-lint
9898
files: ^(RELEASING.rst|README.rst|TIDELIFT.rst)$
9999
language: python
100-
additional_dependencies: [pygments, restructuredtext_lint]
100+
additional_dependencies: [pygments, restructuredtext_lint>=2.0.0]
101101
- id: changelogs-rst
102102
name: changelog filenames
103103
language: fail

0 commit comments

Comments
 (0)