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 887d794 commit a50c112Copy full SHA for a50c112
.pre-commit-config.yaml
@@ -17,6 +17,10 @@ repos:
17
- id: forbid-submodules
18
- id: mixed-line-ending
19
args: [--fix=lf]
20
+ - repo: https://github.com/sphinx-contrib/sphinx-lint
21
+ rev: v1.0.0
22
+ hooks:
23
+ - id: sphinx-lint
24
- repo: https://github.com/python-jsonschema/check-jsonschema
25
rev: 0.33.0
26
hooks:
0 commit comments