Skip to content

Commit 1f59021

Browse files
authored
rstcheck with sphinx config (#348)
1 parent 77d6b68 commit 1f59021

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ repos:
2424
- id: mypy
2525
additional_dependencies: [types-all]
2626

27-
- repo: https://github.com/myint/rstcheck
28-
rev: v6.0.0.post1
27+
- repo: https://github.com/rstcheck/rstcheck
28+
rev: v5.0.0
2929
hooks:
3030
- id: rstcheck
31+
additional_dependencies: [sphinx]
3132

3233
- repo: https://github.com/executablebooks/mdformat
3334
rev: 0.7.14

0 commit comments

Comments
 (0)