blob: 464bcde6e9842496c212e9a1fe5c6e0e09a3193d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-yaml
- id: trailing-whitespace
types_or: [c, python, rst]
- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v0.6.7
hooks:
- id: sphinx-lint
args: [--enable=default-role]
files: ^Doc/
types: [rst]
|