Skip to content

Commit 453eaa9

Browse files
[3.13] Pre-commit: Drop specific language version and bump hooks (GH-128801) (#128994)
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
1 parent b7ddcc3 commit 453eaa9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 3 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.8.2
3+
rev: v0.9.1
44
hooks:
55
- id: ruff
66
name: Run Ruff (lint) on Doc/
@@ -25,7 +25,6 @@ repos:
2525
- id: black
2626
name: Run Black on Tools/jit/
2727
files: ^Tools/jit/
28-
language_version: python3.12
2928

3029
- repo: https://github.com/pre-commit/pre-commit-hooks
3130
rev: v5.0.0
@@ -42,7 +41,7 @@ repos:
4241
types_or: [c, inc, python, rst]
4342

4443
- repo: https://github.com/woodruffw/zizmor-pre-commit
45-
rev: v0.8.0
44+
rev: v1.1.1
4645
hooks:
4746
- id: zizmor
4847

0 commit comments

Comments
 (0)