Skip to content

Commit

Permalink
Add sphinx-lint to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Aug 3, 2023
1 parent 514627c commit ada462f
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 @@ -36,6 +36,10 @@ repos:
additional_dependencies:
- sphinx==6.1.3
- tomli==2.0.1
- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v0.6.8
hooks:
- id: sphinx-lint
- repo: https://github.com/asottile/pyupgrade
rev: v3.9.0
hooks:
Expand Down

0 comments on commit ada462f

Please sign in to comment.