This is an automated email from the ASF dual-hosted git repository.

gopidesu 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 609297260f2 [v3-1-test] Fix upgrade checks with prek (#56222) (#56231)
609297260f2 is described below

commit 609297260f2fa0f5aeb78ccda7a079c4e53225ac
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 30 12:35:29 2025 +0100

    [v3-1-test] Fix upgrade checks with prek (#56222) (#56231)
    
    (cherry picked from commit 9d4447d2784e560551b8d870e485fc24994858c9)
    
    Co-authored-by: Jens Scheffler <[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 af6f462b71f..2b3d4e56a6f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -342,7 +342,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: 8f753a0c7419954e6ec3923d0a3cd2ddf5523e5b  # frozen: v1.14.1
+    rev: 3c10df247c55cf21f75003105b879f145096bd4a  # frozen: v1.14.2
     hooks:
       - id: zizmor
         name: Run zizmor to check for github workflow syntax errors

Reply via email to