From 303e5492136b5d323bd9654a76f4bbf2c21aca35 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 10 Jul 2023 10:13:48 +0200 Subject: [PATCH] Update yamllint to 1.32.0 (#96109) Co-authored-by: Paulus Schoutsen --- .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 f85f8583a04..6f9a24d6db0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - --branch=master - --branch=rc - repo: https://github.com/adrienverge/yamllint.git - rev: v1.28.0 + rev: v1.32.0 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 4047daf73cf..f1dde9ca022 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -3,4 +3,4 @@ black==23.3.0 codespell==2.2.2 ruff==0.0.277 -yamllint==1.28.0 +yamllint==1.32.0