Skip to content

Commit a50c112

Browse files
authored
Add sphinx-lint as a pre-commit hook (#627)
1 parent 887d794 commit a50c112

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ repos:
1717
- id: forbid-submodules
1818
- id: mixed-line-ending
1919
args: [--fix=lf]
20+
- repo: https://github.com/sphinx-contrib/sphinx-lint
21+
rev: v1.0.0
22+
hooks:
23+
- id: sphinx-lint
2024
- repo: https://github.com/python-jsonschema/check-jsonschema
2125
rev: 0.33.0
2226
hooks:

0 commit comments

Comments
 (0)