Skip to content

Commit 1227264

Browse files
[pre-commit.ci] pre-commit autoupdate (#258)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3f29964 commit 1227264

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

.github/zizmor.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.11.4
3+
rev: v0.12.2
44
hooks:
55
- id: ruff
66
args: [--exit-non-zero-on-fix]
@@ -27,7 +27,7 @@ repos:
2727
exclude: \.github/ISSUE_TEMPLATE\.md|\.github/PULL_REQUEST_TEMPLATE\.md
2828

2929
- repo: https://github.com/python-jsonschema/check-jsonschema
30-
rev: 0.32.1
30+
rev: 0.33.2
3131
hooks:
3232
- id: check-github-workflows
3333
- id: check-renovate
@@ -38,12 +38,12 @@ repos:
3838
- id: actionlint
3939

4040
- repo: https://github.com/woodruffw/zizmor-pre-commit
41-
rev: v1.5.2
41+
rev: v1.11.0
4242
hooks:
4343
- id: zizmor
4444

4545
- repo: https://github.com/tox-dev/pyproject-fmt
46-
rev: v2.5.1
46+
rev: v2.6.0
4747
hooks:
4848
- id: pyproject-fmt
4949

@@ -58,12 +58,12 @@ repos:
5858
- id: tox-ini-fmt
5959

6060
- repo: https://github.com/google/yamlfmt
61-
rev: v0.16.0
61+
rev: v0.17.2
6262
hooks:
6363
- id: yamlfmt
6464

6565
- repo: https://github.com/rbubley/mirrors-prettier
66-
rev: v3.5.3
66+
rev: v3.6.2
6767
hooks:
6868
- id: prettier
6969
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)