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

kaxilnaik 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 35f7076da64 Bump `blacken-docs` pre-commit (#42880)
35f7076da64 is described below

commit 35f7076da64aa85c9ba5cb46947643cf8a389f3d
Author: Kaxil Naik <kaxiln...@apache.org>
AuthorDate: Wed Oct 9 21:59:36 2024 +0100

    Bump `blacken-docs` pre-commit (#42880)
    
    Bump `blacken-docs` pre-commit from 1.18.0 -> 1.19.0
---
 .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 394e11ac205..d492747856a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -227,7 +227,7 @@ repos:
         additional_dependencies: ["libcst>=1.1.0"]
         files: ^(providers/src/)?airflow/.*/(sensors|operators)/.*\.py$
   - repo: https://github.com/asottile/blacken-docs
-    rev: 1.18.0
+    rev: 1.19.0
     hooks:
       - id: blacken-docs
         name: Run black on docs

Reply via email to