File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ exclude: |
19
19
20
20
repos :
21
21
- repo : https://github.com/abravalheri/validate-pyproject
22
- rev : v0.23
22
+ rev : v0.24
23
23
hooks :
24
24
- id : validate-pyproject
25
25
60
60
- black==25.1.0
61
61
62
62
- repo : https://github.com/crate-ci/typos
63
- rev : v1.30.0
63
+ rev : v1.30.2
64
64
hooks :
65
65
- id : typos
66
66
74
74
pass_filenames : false # This makes it a lot faster
75
75
76
76
- repo : https://github.com/astral-sh/ruff-pre-commit
77
- rev : v0.9.9
77
+ rev : v0.11.0
78
78
hooks :
79
79
- id : ruff-format
80
80
- id : ruff
@@ -84,20 +84,20 @@ repos:
84
84
85
85
# Prettier
86
86
- repo : https://github.com/rbubley/mirrors-prettier
87
- rev : v3.5.2
87
+ rev : v3.5.3
88
88
hooks :
89
89
- id : prettier
90
90
types : [yaml]
91
91
92
92
# zizmor detects security vulnerabilities in GitHub Actions workflows.
93
93
# Additional configuration for the tool is found in `.github/zizmor.yml`
94
94
- repo : https://github.com/woodruffw/zizmor-pre-commit
95
- rev : v1.4 .1
95
+ rev : v1.5 .1
96
96
hooks :
97
97
- id : zizmor
98
98
99
99
- repo : https://github.com/python-jsonschema/check-jsonschema
100
- rev : 0.31.2
100
+ rev : 0.31.3
101
101
hooks :
102
102
- id : check-github-workflows
103
103
You can’t perform that action at this time.
0 commit comments