This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new b42eba8a837 [v3-1-test] Fix pre-commit zizmor hook version update to
fix CI upgrade check failure. (#57476) (#57486)
b42eba8a837 is described below
commit b42eba8a8370ede6f619bf50f805bb92662983ce
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 30 19:27:03 2025 +0100
[v3-1-test] Fix pre-commit zizmor hook version update to fix CI upgrade
check failure. (#57476) (#57486)
(cherry picked from commit e911898cb20cc2df11d8734a62285ecc695b29aa)
Co-authored-by: Ankit Chaurasia <[email protected]>
---
.pre-commit-config.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 0a7bb568dfa..059eead5aaf 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -310,7 +310,7 @@ repos:
-
--skip=providers/.*/src/airflow/providers/*/*.rst,providers/*/docs/changelog.rst,docs/*/commits.rst,providers/*/docs/commits.rst,providers/*/*/docs/commits.rst,docs/apache-airflow/tutorial/pipeline_example.csv,*.min.js,*.lock,INTHEWILD.md,*.svg
- --exclude-file=.codespellignorelines
- repo: https://github.com/woodruffw/zizmor-pre-commit
- rev: d0bc12378d4f1619265f64726c5726f2c072a7ed # frozen: v1.16.0
+ rev: 77c6d22b0c515f1635e07a99140d2230db2e2c97 # frozen: v1.16.1
hooks:
- id: zizmor
name: Run zizmor to check for github workflow syntax errors