Skip to content

Commit 374de43

Browse files
committed
Add zizmor to pre-commit
1 parent ca5f313 commit 374de43

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,28 @@ repos:
2626
exclude: \.github/ISSUE_TEMPLATE\.md|\.github/PULL_REQUEST_TEMPLATE\.md
2727

2828
- repo: https://github.com/python-jsonschema/check-jsonschema
29-
rev: 0.29.4
29+
rev: 0.30.0
3030
hooks:
3131
- id: check-github-workflows
3232
- id: check-renovate
3333

3434
- repo: https://github.com/rhysd/actionlint
35-
rev: v1.7.3
35+
rev: v1.7.4
3636
hooks:
3737
- id: actionlint
3838

39+
- repo: https://github.com/woodruffw/zizmor-pre-commit
40+
rev: v0.9.1
41+
hooks:
42+
- id: zizmor
43+
3944
- repo: https://github.com/tox-dev/pyproject-fmt
40-
rev: 2.4.3
45+
rev: v2.5.0
4146
hooks:
4247
- id: pyproject-fmt
4348

4449
- repo: https://github.com/abravalheri/validate-pyproject
45-
rev: v0.21
50+
rev: v0.23
4651
hooks:
4752
- id: validate-pyproject
4853

@@ -52,7 +57,7 @@ repos:
5257
- id: tox-ini-fmt
5358

5459
- repo: https://github.com/rbubley/mirrors-prettier
55-
rev: v3.3.3
60+
rev: v3.4.2
5661
hooks:
5762
- id: prettier
5863
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)