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

potiuk pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 6426e92c3f64821c6d2426f597aa4f78009a57c0
Author: Kaxil Naik <[email protected]>
AuthorDate: Sat Oct 3 10:46:24 2020 +0100

    Update yamllint & isort pre-commit hooks (#11252)
    
    yamllint: v1.24.2 -> v1.25.0
    isort: 5.5.3 -> 5.5.4
    (cherry picked from commit b7183ded04306e5ab476a12d826a1f26f0300b55)
---
 .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 541c480..1d278e5 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -157,7 +157,7 @@ repos:
       - id: rst-backticks
       - id: python-no-log-warn
   - repo: https://github.com/adrienverge/yamllint
-    rev: v1.24.2
+    rev: v1.25.0
     hooks:
       - id: yamllint
         name: Check yaml files with yamllint

Reply via email to