Skip to content

Commit a03fb25

Browse files
committed
prek autoupdate --jobs 0
1 parent 381d148 commit a03fb25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.12.8
3+
rev: v0.13.2
44
hooks:
55
- id: ruff
66
name: Run Ruff (lint) on Doc/
@@ -36,7 +36,7 @@ repos:
3636
files: ^Tools/build/check_warnings.py
3737

3838
- repo: https://github.com/psf/black-pre-commit-mirror
39-
rev: 25.1.0
39+
rev: 25.9.0
4040
hooks:
4141
- id: black
4242
name: Run Black on Tools/jit/
@@ -67,7 +67,7 @@ repos:
6767
files: '^\.github/CODEOWNERS|\.(gram)$'
6868

6969
- repo: https://github.com/python-jsonschema/check-jsonschema
70-
rev: 0.33.2
70+
rev: 0.34.0
7171
hooks:
7272
- id: check-dependabot
7373
- id: check-github-workflows
@@ -79,7 +79,7 @@ repos:
7979
- id: actionlint
8080

8181
- repo: https://github.com/woodruffw/zizmor-pre-commit
82-
rev: v1.11.0
82+
rev: v1.14.1
8383
hooks:
8484
- id: zizmor
8585

0 commit comments

Comments
 (0)