Skip to content

Commit

Permalink
lint: enable sphinx check (#2401)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3c07ebe)
  • Loading branch information
Borda committed Mar 16, 2024
1 parent 3485725 commit 95dcd47
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 @@ -67,6 +67,11 @@ repos:
additional_dependencies: [tomli]
args: ["--in-place"]

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

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
hooks:
Expand Down

0 comments on commit 95dcd47

Please sign in to comment.