File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v5 .0.0
5
+ rev : v6 .0.0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
17
17
- id : pretty-format-json
18
18
args : [--no-sort-keys, --autofix, --no-ensure-ascii]
19
19
- repo : https://github.com/astral-sh/ruff-pre-commit
20
- rev : v0.11.6
20
+ rev : v0.13.0
21
21
hooks :
22
22
- id : ruff
23
23
args : [--fix, --exit-non-zero-on-fix]
@@ -27,12 +27,12 @@ repos:
27
27
- id : check-hooks-apply
28
28
- id : check-useless-excludes
29
29
- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
30
- rev : v2.14 .0
30
+ rev : v2.15 .0
31
31
hooks :
32
32
- id : pretty-format-yaml
33
33
args : [--autofix, --indent, '2']
34
34
- repo : https://github.com/pappasam/toml-sort
35
- rev : v0.24.2
35
+ rev : v0.24.3
36
36
hooks :
37
37
- id : toml-sort-fix
38
38
- repo : https://github.com/abravalheri/validate-pyproject
59
59
hooks :
60
60
- id : actionlint
61
61
- repo : https://github.com/woodruffw/zizmor-pre-commit
62
- rev : v1.6 .0
62
+ rev : v1.13 .0
63
63
hooks :
64
64
- id : zizmor
You can’t perform that action at this time.
0 commit comments