Skip to content

Commit 20a028e

Browse files
committed
switch to sphinx-lint
1 parent 5247a80 commit 20a028e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ repos:
3131
hooks:
3232
- id: pyupgrade
3333
args: [--py37-plus]
34-
- repo: https://github.com/rstcheck/rstcheck
35-
rev: v6.2.0
34+
- repo: https://github.com/sphinx-contrib/sphinx-lint
35+
rev: v0.9.1
3636
hooks:
37-
- id: rstcheck
38-
additional_dependencies: [ ] # can be omitted if empty
37+
- id: sphinx-lint

0 commit comments

Comments
 (0)