From f68c81bc5fc281769eb6484101e2d4e97e1b394d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 00:44:29 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/adrienverge/yamllint.git: v1.17.0 → v1.28.0](https://github.com/adrienverge/yamllint.git/compare/v1.17.0...v1.28.0) --- .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 deff4ce7..15ac3907 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: language_version: python3 - repo: https://github.com/adrienverge/yamllint.git - rev: v1.17.0 + rev: v1.28.0 hooks: - id: yamllint args: ["-d", "relaxed"]