Skip to content

Commit

Permalink
Update pre-commit to fix Sphinx Lint (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Dec 12, 2023
1 parent 3afb6dc commit e9c2e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.10.0
rev: 23.12.0
hooks:
- id: black

Expand All @@ -14,6 +14,6 @@ repos:
- id: trailing-whitespace

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

0 comments on commit e9c2e75

Please sign in to comment.