Skip to content

Commit

Permalink
Add sphinx-lint (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s authored Aug 16, 2024
1 parent a516019 commit 2eaa705
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,9 @@ repos:
- id: clang-format
name: Format C++ code
args: [--style=file]

- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v0.9.1
hooks:
- id: sphinx-lint
name: Check Sphinx

0 comments on commit 2eaa705

Please sign in to comment.