Skip to content

Commit 8298f44

Browse files
[3.11] Update pre-commit to fix Sphinx Lint (GH-113015) (#113018)
Update pre-commit to fix Sphinx Lint (GH-113015) (cherry picked from commit eafc238) Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 11f9502 commit 8298f44

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/astral-sh/ruff-pre-commit
3-
rev: v0.1.2
3+
rev: v0.1.7
44
hooks:
55
- id: ruff
66
name: Run Ruff on Lib/test/
@@ -17,7 +17,7 @@ repos:
1717
types_or: [c, inc, python, rst]
1818

1919
- repo: https://github.com/sphinx-contrib/sphinx-lint
20-
rev: v0.8.1
20+
rev: v0.9.1
2121
hooks:
2222
- id: sphinx-lint
2323
args: [--enable=default-role]

0 commit comments

Comments
 (0)