From cc21de569d6117fe7a28109bcf47b73c8ab42513 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 5 May 2021 07:27:23 +0200 Subject: [PATCH] Upgrade yamllint to 1.26.1 (#50060) --- .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 ffe394683ae..cd850ef45f6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -61,7 +61,7 @@ repos: - --branch=master - --branch=rc - repo: https://github.com/adrienverge/yamllint.git - rev: v1.24.2 + rev: v1.26.1 hooks: - id: yamllint - repo: https://github.com/pre-commit/mirrors-prettier diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index b5dac41af36..cff9387e287 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -13,4 +13,4 @@ pycodestyle==2.7.0 pydocstyle==6.0.0 pyflakes==2.3.1 pyupgrade==2.12.0 -yamllint==1.24.2 +yamllint==1.26.1