Skip to content

Commit f4e1af9

Browse files
authored
Merge pull request #2244 from larrybradley/pre-commit-autoupdate
pre-commit autoupdate
2 parents 6cd4ce8 + d6420ed commit f4e1af9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/zizmor.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
rules:
2+
secrets-outside-env:
3+
ignore:
4+
# CODECOV_TOKEN is a low-risk CI-only token; no GitHub Environment is
5+
# needed. This rule will be demoted to --persona=auditor only in
6+
# zizmor v1.24.0, at which point this ignore block can be removed.
7+
- ci_cron_daily.yml:76
8+
- ci_tests.yml:144

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ repos:
5555
# Enforce that all noqa annotations always occur with specific codes.
5656

5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: "v0.15.6"
58+
rev: "v0.15.8"
5959
hooks:
6060
- id: ruff-check
6161
args: ["--fix", "--show-fixes"]
@@ -107,7 +107,7 @@ repos:
107107
# exclude: "extern/"
108108

109109
- repo: https://github.com/woodruffw/zizmor-pre-commit
110-
rev: v1.22.0
110+
rev: v1.23.1
111111
hooks:
112112
- id: zizmor
113113

0 commit comments

Comments
 (0)