From 91d35c7c5ce63616c0eef40206e0b41779524ffc Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 14 Apr 2020 12:33:06 +0200 Subject: [PATCH] Upgrade yamllint to 1.22.0 (#34198) --- .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 1c153ca8253..4bc8a956f1c 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.21.0 + rev: v1.22.0 hooks: - id: yamllint - repo: https://github.com/prettier/prettier diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index f6575ac8404..663d5dd89e3 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -8,4 +8,4 @@ flake8==3.7.9 isort==4.3.21 pydocstyle==5.0.2 pyupgrade==2.1.0 -yamllint==1.21.0 +yamllint==1.22.0