This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 0a971b39f3 Bump the pre-commit-hooks group with 2 updates (#1469)
0a971b39f3 is described below
commit 0a971b39f339bf1bb0e4dbaab1a59cc90dae858b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 17 01:58:59 2026 +0100
Bump the pre-commit-hooks group with 2 updates (#1469)
Bumps the pre-commit-hooks group with 2 updates:
[https://github.com/woodruffw/zizmor-pre-commit](https://github.com/woodruffw/zizmor-pre-commit)
and
[https://github.com/thlorenz/doctoc.git](https://github.com/thlorenz/doctoc).
Updates `https://github.com/woodruffw/zizmor-pre-commit` from v1.22.0 to
1.23.1
- [Release notes](https://github.com/woodruffw/zizmor-pre-commit/releases)
-
[Commits](https://github.com/woodruffw/zizmor-pre-commit/compare/b546b77c44c466a54a42af5499dcc0dcc1a3193f...ea2eb407b4cbce87cf0d502f36578950494f5ac9)
Updates `https://github.com/thlorenz/doctoc.git` from v2.2.0 to 2.3.0
- [Release notes](https://github.com/thlorenz/doctoc/releases)
-
[Commits](https://github.com/thlorenz/doctoc/compare/68f070c98b9a053eabfa7f8899d1f42b9919f98c...d7815f1f950f8d5ec933fa4f70208bf316bb13f8)
---
updated-dependencies:
- dependency-name: https://github.com/woodruffw/zizmor-pre-commit
dependency-version: 1.23.1
dependency-type: direct:production
dependency-group: pre-commit-hooks
- dependency-name: https://github.com/thlorenz/doctoc.git
dependency-version: 2.3.0
dependency-type: direct:production
dependency-group: pre-commit-hooks
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.pre-commit-config.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 84313d2dc4..364ce9dc88 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -28,7 +28,7 @@ repos:
- id: check-hooks-apply
- id: check-useless-excludes
- repo: https://github.com/woodruffw/zizmor-pre-commit
- rev: b546b77c44c466a54a42af5499dcc0dcc1a3193f # frozen: v1.22.0
+ rev: ea2eb407b4cbce87cf0d502f36578950494f5ac9 # frozen: v1.23.1
hooks:
- id: zizmor
name: Run zizmor to check for github workflow syntax errors
@@ -164,7 +164,7 @@ repos:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- repo: https://github.com/thlorenz/doctoc.git
- rev: 68f070c98b9a053eabfa7f8899d1f42b9919f98c # frozen: v2.2.0
+ rev: d7815f1f950f8d5ec933fa4f70208bf316bb13f8 # frozen: v2.3.0
hooks:
- id: doctoc
name: Add TOC for Markdown files