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 484b4f6 commit 5247a80Copy full SHA for 5247a80
.pre-commit-config.yaml
@@ -31,11 +31,8 @@ repos:
31
hooks:
32
- id: pyupgrade
33
args: [--py37-plus]
34
- - repo: local
+ - repo: https://github.com/rstcheck/rstcheck
35
+ rev: v6.2.0
36
- - id: rst
37
- name: rst
38
- entry: rst-lint --encoding utf-8
39
- files: ^(CHANGES.rst|README.rst)$
40
- language: python
41
- additional_dependencies: [pygments, restructuredtext_lint]
+ - id: rstcheck
+ additional_dependencies: [ ] # can be omitted if empty
0 commit comments