Skip to content

Commit f1dc93d

Browse files
committed
pre-commit-config: enable reStructuredText validation
1 parent 28f9fe9 commit f1dc93d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ repos:
5252
name: Lint python code with flake8
5353
additional_dependencies: [flake8-bugbear]
5454

55-
#- repo: https://github.com/myint/rstcheck
56-
# rev: 3f92957478422df87bd730abde66f089cc1ee19b
57-
# hooks:
58-
# - id: rstcheck
59-
# name: Validate reStructuredText syntax
60-
# additional_dependencies: [sphinx]
55+
- repo: https://github.com/rstcheck/rstcheck
56+
rev: v6.0.0.post1
57+
hooks:
58+
- id: rstcheck
59+
name: Validate reStructuredText syntax
60+
additional_dependencies: [sphinx]
6161

6262
- repo: meta
6363
hooks:

0 commit comments

Comments
 (0)