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.git


The following commit(s) were added to refs/heads/main by this push:
     new ab6ebf750c7 CI: Update blacken-docs rev version in pre-commit file 
(#55394)
ab6ebf750c7 is described below

commit ab6ebf750c7b0c6e62bdc612306dc8bb2c590fdd
Author: GPK <gopidesupa...@gmail.com>
AuthorDate: Mon Sep 8 22:32:18 2025 +0100

    CI: Update blacken-docs rev version in pre-commit file (#55394)
    
    * Update blacken-docs rev version in pre-commit file
    
    * Update .pre-commit-config.yaml
    
    Co-authored-by: Jarek Potiuk <ja...@potiuk.com>
    
    ---------
    
    Co-authored-by: Jarek Potiuk <ja...@potiuk.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 739224e67bf..aac71bbb179 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -232,8 +232,8 @@ repos:
         pass_filenames: false
         # libcst doesn't have source wheels for all PY except PY3.12, 
excluding it
         files: ^(providers/.*/)?airflow/.*/(sensors|operators)/.*\.py$
-  - repo: https://github.com/asottile/blacken-docs
-    rev: 78a9dcbecf4f755f65d1f3dec556bc249d723600  # frozen: 1.19.1
+  - repo: https://github.com/adamchainz/blacken-docs
+    rev: dda8db18cfc68df532abf33b185ecd12d5b7b326  # frozen: 1.20.0
     hooks:
       - id: blacken-docs
         name: Run black on docs

Reply via email to