Skip to content

Commit

Permalink
feat(ci): include sphinx-lint in pre-commit
Browse files Browse the repository at this point in the history
See #13357
  • Loading branch information
nijel committed Dec 20, 2024
1 parent 663d7c4 commit 44db6b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ repos:
entry: \S +(?![\| +])
language: pygrep
exclude: docs/devel/reporting-example.rst
- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v1.0.0
hooks:
- id: sphinx-lint

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
Expand Down

0 comments on commit 44db6b5

Please sign in to comment.