From 2e6c26c9826ba1a78e2b6af0438c3bf2312b76b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 17:28:42 +0100 Subject: [PATCH] chore(deps): update dependency adrienverge/yamllint to v1.36.2 (#1398) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 e5d2d3a1..89c05d43 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/adrienverge/yamllint - rev: v1.35.1 + rev: v1.36.2 hooks: - id: yamllint args: [-c=.github/configs/lintconf.yaml]