Skip to content

Commit

Permalink
#419 Add Sphinx lint to pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Nov 19, 2024
1 parent 0cd4cd3 commit e5cb5dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ repos:
hooks:
- id: markdown-link-check
args: [-q]

- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v1.0.0
hooks:
- id: sphinx-lint

0 comments on commit e5cb5dd

Please sign in to comment.