Skip to content

Commit e9c2e75

Browse files
authored
Update pre-commit to fix Sphinx Lint (#94)
1 parent 3afb6dc commit e9c2e75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black-pre-commit-mirror
3-
rev: 23.10.0
3+
rev: 23.12.0
44
hooks:
55
- id: black
66

@@ -14,6 +14,6 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/sphinx-contrib/sphinx-lint
17-
rev: v0.8.1
17+
rev: v0.9.1
1818
hooks:
1919
- id: sphinx-lint

0 commit comments

Comments
 (0)