You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/03/30 19:17:54 UTC

[airflow] branch main updated: Bump black version for other pre-commit hooks (#22599)

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 347e202  Bump black version for other pre-commit hooks (#22599)
347e202 is described below

commit 347e2028e79a1a98e1c8d8cb7b3ba6a62b8190b8
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Wed Mar 30 20:17:00 2022 +0100

    Bump black version for other pre-commit hooks (#22599)
    
    This PR/commit bumps the black version used in other pre-commit hooks as a follow up of https://github.com/apache/airflow/pull/22598
---
 .pre-commit-config.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index f0c1f03..e14eac7 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -150,11 +150,11 @@ repos:
         args: [--config=./pyproject.toml]
         exclude: ^airflow/_vendor/
   - repo: https://github.com/asottile/blacken-docs
-    rev: v1.12.0
+    rev: v1.12.1
     hooks:
       - id: blacken-docs
         alias: black
-        additional_dependencies: [black==21.12b0]
+        additional_dependencies: [black==22.3.0]
   - repo: https://github.com/pre-commit/pre-commit-hooks
     rev: v4.1.0
     hooks:
@@ -572,7 +572,7 @@ repos:
           - --max-length=70
         language: python
         files: ^\.pre-commit-config\.yaml$|^scripts/ci/pre_commit/pre_commit_check_pre_commit_hook_names\.py$
-        additional_dependencies: ['pyyaml', 'jinja2', 'black==22.1.0']
+        additional_dependencies: ['pyyaml', 'jinja2', 'black==22.3.0']
         require_serial: true
         pass_filenames: false
       - id: airflow-providers-available