File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/astral-sh/ruff-pre-commit
3
- rev : v0.8.2
3
+ rev : v0.9.1
4
4
hooks :
5
5
- id : ruff
6
6
name : Run Ruff (lint) on Doc/
@@ -29,12 +29,10 @@ repos:
29
29
- id : black
30
30
name : Run Black on Tools/build/check_warnings.py
31
31
files : ^Tools/build/check_warnings.py
32
- language_version : python3.12
33
32
args : [--line-length=79]
34
33
- id : black
35
34
name : Run Black on Tools/jit/
36
35
files : ^Tools/jit/
37
- language_version : python3.12
38
36
39
37
- repo : https://github.com/pre-commit/pre-commit-hooks
40
38
rev : v5.0.0
@@ -51,19 +49,19 @@ repos:
51
49
types_or : [c, inc, python, rst]
52
50
53
51
- repo : https://github.com/python-jsonschema/check-jsonschema
54
- rev : 0.30 .0
52
+ rev : 0.31 .0
55
53
hooks :
56
54
- id : check-dependabot
57
55
- id : check-github-workflows
58
56
- id : check-readthedocs
59
57
60
58
- repo : https://github.com/rhysd/actionlint
61
- rev : v1.7.4
59
+ rev : v1.7.6
62
60
hooks :
63
61
- id : actionlint
64
62
65
63
- repo : https://github.com/woodruffw/zizmor-pre-commit
66
- rev : v0.8.0
64
+ rev : v1.1.1
67
65
hooks :
68
66
- id : zizmor
69
67
You can’t perform that action at this time.
0 commit comments