From c2e7b4befed6d64e89751757b31e32991ee87730 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 13:15:25 +0000 Subject: [PATCH] Update pre-commit hook adrienverge/yamllint to v1.35.1 --- .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 fd6fa01..8ed543b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: mixed-line-ending args: [--fix=lf] - repo: https://github.com/adrienverge/yamllint - rev: v1.35.0 + rev: v1.35.1 hooks: - id: yamllint - repo: meta