File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change
1
+ # Configuration for the zizmor static analysis tool, run via pre-commit in CI
2
+ # https://woodruffw.github.io/zizmor/configuration/
3
+ rules :
4
+ unpinned-uses :
5
+ config :
6
+ policies :
7
+ " * " : ref-pin
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.11.4
3
+ rev : v0.12.2
4
4
hooks :
5
5
- id : ruff
6
6
args : [--exit-non-zero-on-fix]
27
27
exclude : \.github/ISSUE_TEMPLATE\.md|\.github/PULL_REQUEST_TEMPLATE\.md
28
28
29
29
- repo : https://github.com/python-jsonschema/check-jsonschema
30
- rev : 0.32.1
30
+ rev : 0.33.2
31
31
hooks :
32
32
- id : check-github-workflows
33
33
- id : check-renovate
@@ -38,12 +38,12 @@ repos:
38
38
- id : actionlint
39
39
40
40
- repo : https://github.com/woodruffw/zizmor-pre-commit
41
- rev : v1.5.2
41
+ rev : v1.11.0
42
42
hooks :
43
43
- id : zizmor
44
44
45
45
- repo : https://github.com/tox-dev/pyproject-fmt
46
- rev : v2.5.1
46
+ rev : v2.6.0
47
47
hooks :
48
48
- id : pyproject-fmt
49
49
@@ -58,12 +58,12 @@ repos:
58
58
- id : tox-ini-fmt
59
59
60
60
- repo : https://github.com/google/yamlfmt
61
- rev : v0.16.0
61
+ rev : v0.17.2
62
62
hooks :
63
63
- id : yamlfmt
64
64
65
65
- repo : https://github.com/rbubley/mirrors-prettier
66
- rev : v3.5.3
66
+ rev : v3.6.2
67
67
hooks :
68
68
- id : prettier
69
69
args : [--prose-wrap=always, --print-width=88]
You can’t perform that action at this time.
0 commit comments