We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381d148 commit a03fb25Copy full SHA for a03fb25
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.12.8
+ rev: v0.13.2
4
hooks:
5
- id: ruff
6
name: Run Ruff (lint) on Doc/
@@ -36,7 +36,7 @@ repos:
36
files: ^Tools/build/check_warnings.py
37
38
- repo: https://github.com/psf/black-pre-commit-mirror
39
- rev: 25.1.0
+ rev: 25.9.0
40
41
- id: black
42
name: Run Black on Tools/jit/
@@ -67,7 +67,7 @@ repos:
67
files: '^\.github/CODEOWNERS|\.(gram)$'
68
69
- repo: https://github.com/python-jsonschema/check-jsonschema
70
- rev: 0.33.2
+ rev: 0.34.0
71
72
- id: check-dependabot
73
- id: check-github-workflows
@@ -79,7 +79,7 @@ repos:
79
- id: actionlint
80
81
- repo: https://github.com/woodruffw/zizmor-pre-commit
82
- rev: v1.11.0
+ rev: v1.14.1
83
84
- id: zizmor
85
0 commit comments