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 44a93fd2be4d55fd21ceab7d7a36a6f9c95e5b98 Author: Kaxil Naik <[email protected]> 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
