hooks:
- id: shellcheck
args: [--severity=warning]
- # - repo: https://github.com/rstcheck/rstcheck
- # rev: v6.2.0 # Use the sha / tag you want to point at
- # hooks:
- # - id: rstcheck
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.21.0 # or higher tag
hooks:
rev: 0.2.1 # or other specific tag
hooks:
- id: yamlfmt
+ - repo: https://github.com/pre-commit/pygrep-hooks
+ rev: v1.10.0 # Use the ref you want to point at
+ hooks:
+ - id: rst-backticks
+ - id: rst-directive-colons
+ - id: rst-inline-touching-normal
+ # - repo: https://github.com/rstcheck/rstcheck
+ # rev: v6.2.0 # Use the sha / tag you want to point at
+ # hooks:
+ # - id: rstcheck