Skip to content

Commit 05ba1a7

Browse files
[pre-commit.ci] pre-commit autoupdate (#227)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 2cee831 commit 05ba1a7

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.6
3+
rev: v0.12.2
44
hooks:
55
- id: ruff
66
args: [--exit-non-zero-on-fix]
@@ -26,7 +26,7 @@ repos:
2626
- id: trailing-whitespace
2727

2828
- repo: https://github.com/python-jsonschema/check-jsonschema
29-
rev: 0.33.0
29+
rev: 0.33.2
3030
hooks:
3131
- id: check-github-workflows
3232
- id: check-renovate
@@ -37,12 +37,12 @@ repos:
3737
- id: actionlint
3838

3939
- repo: https://github.com/woodruffw/zizmor-pre-commit
40-
rev: v1.5.2
40+
rev: v1.11.0
4141
hooks:
4242
- id: zizmor
4343

4444
- repo: https://github.com/tox-dev/pyproject-fmt
45-
rev: v2.5.1
45+
rev: v2.6.0
4646
hooks:
4747
- id: pyproject-fmt
4848

@@ -57,12 +57,12 @@ repos:
5757
- id: tox-ini-fmt
5858

5959
- repo: https://github.com/google/yamlfmt
60-
rev: v0.16.0
60+
rev: v0.17.2
6161
hooks:
6262
- id: yamlfmt
6363

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

0 commit comments

Comments
 (0)