You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/09/11 22:47:22 UTC

[airflow] branch main updated: Update various pre-commits (#18176)

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 15a9945  Update various pre-commits (#18176)
15a9945 is described below

commit 15a99456c34afb0a2ee0eecd14c077ce09fb7d9c
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Sat Sep 11 23:47:06 2021 +0100

    Update various pre-commits (#18176)
    
    ```
    black: 21.7b0 -> 21.8b0
    blacken-docs: v1.10.0 -> v1.11.0
    pyupgrade: v2.23.3 -> v2.25.1
    yamllint: v1.26.2 -> v1.26.3
    flynt: 0.66 -> 0.69
    ```
---
 .pre-commit-config.yaml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 55989a3..70dcd0b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -154,17 +154,17 @@ repos:
           - "--maxlevel"
           - "2"
   - repo: https://github.com/psf/black
-    rev: 21.7b0
+    rev: 21.8b0
     hooks:
       - id: black
         args: [--config=./pyproject.toml]
         exclude: ^airflow/_vendor/
   - repo: https://github.com/asottile/blacken-docs
-    rev: v1.10.0
+    rev: v1.11.0
     hooks:
       - id: blacken-docs
         alias: black
-        additional_dependencies: [black==21.7b0]
+        additional_dependencies: [black==21.8b0]
   - repo: https://github.com/pre-commit/pre-commit-hooks
     rev: v4.0.1
     hooks:
@@ -196,7 +196,7 @@ repos:
         files: ^chart/values\.schema\.json$|^chart/values_schema\.schema\.json$
         pass_filenames: true
   - repo: https://github.com/asottile/pyupgrade
-    rev: v2.23.3
+    rev: v2.25.1
     hooks:
       - id: pyupgrade
         args: ["--py36-plus"]
@@ -209,7 +209,7 @@ repos:
       - id: python-no-log-warn
         exclude: ^airflow/_vendor/
   - repo: https://github.com/adrienverge/yamllint
-    rev: v1.26.2
+    rev: v1.26.3
     hooks:
       - id: yamllint
         name: Check YAML files with yamllint
@@ -251,7 +251,7 @@ repos:
           (?x)
           ^airflow/_vendor/
   - repo: https://github.com/ikamensh/flynt
-    rev: '0.66'
+    rev: '0.69'
     hooks:
       - id: flynt
         exclude: |