We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f9fe9 commit f1dc93dCopy full SHA for f1dc93d
.pre-commit-config.yaml
@@ -52,12 +52,12 @@ repos:
52
name: Lint python code with flake8
53
additional_dependencies: [flake8-bugbear]
54
55
- #- repo: https://github.com/myint/rstcheck
56
- # rev: 3f92957478422df87bd730abde66f089cc1ee19b
57
- # hooks:
58
- # - id: rstcheck
59
- # name: Validate reStructuredText syntax
60
- # additional_dependencies: [sphinx]
+ - repo: https://github.com/rstcheck/rstcheck
+ rev: v6.0.0.post1
+ hooks:
+ - id: rstcheck
+ name: Validate reStructuredText syntax
+ additional_dependencies: [sphinx]
61
62
- repo: meta
63
hooks:
0 commit comments