From e258ab7ff06b6b3f93087f4fb2b4205976c72be0 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Sat, 8 Aug 2020 13:18:37 +0200 Subject: [PATCH] Bump yamllint to v1.24.2 (#38633) --- .pre-commit-config.yaml | 2 +- requirements_test_pre_commit.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 32b29ce54db..498774e748d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: - --branch=master - --branch=rc - repo: https://github.com/adrienverge/yamllint.git - rev: v1.23.0 + rev: v1.24.2 hooks: - id: yamllint - repo: https://github.com/prettier/prettier diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 91cf10b4b2b..55748aaca44 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -8,4 +8,4 @@ flake8==3.8.3 isort==4.3.21 pydocstyle==5.0.2 pyupgrade==2.7.2 -yamllint==1.23.0 +yamllint==1.24.2