From 6426e92c3f64821c6d2426f597aa4f78009a57c0 Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Sat, 3 Oct 2020 10:46:24 +0100 Subject: [PATCH] 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 541c4800c389e..1d278e5450914 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