This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-0-test by this push:
new 678083314c6 [v3-0-test] CI: Update blacken-docs rev version in
pre-commit file (#55394) (#55396)
678083314c6 is described below
commit 678083314c60e1ddd8dcf3d10b89a5f45ab00c8c
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 9 03:36:26 2025 +0200
[v3-0-test] CI: Update blacken-docs rev version in pre-commit file (#55394)
(#55396)
* Update blacken-docs rev version in pre-commit file
* Update .pre-commit-config.yaml
---------
(cherry picked from commit ab6ebf750c7b0c6e62bdc612306dc8bb2c590fdd)
Co-authored-by: GPK <[email protected]>
Co-authored-by: Jarek Potiuk <[email protected]>
---
.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 e0d1b20282f..181bdb8b951 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -226,8 +226,8 @@ repos:
# libcst 1.8.1 doesn't include typing-extensions which is needed for
Python 3.9
additional_dependencies: ['libcst>=1.1.0,!=1.8.0,!=1.8.1']
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