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 2020/11/12 21:21:54 UTC

[airflow] 09/11: Revert "Update yamllint & isort pre-commit hooks (#11252)"

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

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

commit f86a60f732ea514a82cfb0997385c79ae53ac01a
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Tue Nov 3 16:41:13 2020 +0000

    Revert "Update yamllint & isort pre-commit hooks (#11252)"
    
    This reverts commit 6426e92c3f64821c6d2426f597aa4f78009a57c0.
---
 .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 eee592e..fd243ec 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.25.0
+    rev: v1.24.2
     hooks:
       - id: yamllint
         name: Check yaml files with yamllint