From 9bd7bbf2744acd0d4ed7e6ea399ab8e2f9c47fd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 09:37:34 +0200 Subject: [PATCH] chore(deps): update dependency adrienverge/yamllint to v1.37.0 (#1404) 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 89c05d43..fc18315b 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.36.2 + rev: v1.37.0 hooks: - id: yamllint args: [-c=.github/configs/lintconf.yaml]