File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/astral-sh/ruff-pre-commit
3- rev : v0.14.10
3+ rev : v0.15.0
44 hooks :
55 - id : ruff-check
66 name : Run Ruff (lint) on Apple/
@@ -52,14 +52,14 @@ repos:
5252 files : ^Tools/wasm/
5353
5454 - repo : https://github.com/psf/black-pre-commit-mirror
55- rev : 25.12 .0
55+ rev : 26.1 .0
5656 hooks :
5757 - id : black
5858 name : Run Black on Tools/jit/
5959 files : ^Tools/jit/
6060
6161 - repo : https://github.com/Lucas-C/pre-commit-hooks
62- rev : v1.5.5
62+ rev : v1.5.6
6363 hooks :
6464 - id : remove-tabs
6565 types : [python]
@@ -83,19 +83,19 @@ repos:
8383 files : ' ^\.github/CODEOWNERS|\.(gram)$'
8484
8585 - repo : https://github.com/python-jsonschema/check-jsonschema
86- rev : 0.36.0
86+ rev : 0.36.1
8787 hooks :
8888 - id : check-dependabot
8989 - id : check-github-workflows
9090 - id : check-readthedocs
9191
9292 - repo : https://github.com/rhysd/actionlint
93- rev : v1.7.9
93+ rev : v1.7.10
9494 hooks :
9595 - id : actionlint
9696
9797 - repo : https://github.com/woodruffw/zizmor-pre-commit
98- rev : v1.19 .0
98+ rev : v1.22 .0
9999 hooks :
100100 - id : zizmor
101101
Original file line number Diff line number Diff line change 1010
1111import _targets
1212
13-
1413_LLVM_VERSION = "21"
1514_EXTERNALS_LLVM_TAG = "llvm-21.1.4.0"
1615
You can’t perform that action at this time.
0 commit comments