From e0255a97d37e22b55cd87b0e9da94e69d2471c11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 10:32:34 +0000 Subject: [PATCH] chore(deps): update pre-commit hook adrienverge/yamllint to v1.37.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 48f4a97..f2c197d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: hooks: - id: blacken-docs - repo: https://github.com/adrienverge/yamllint - rev: v1.36.2 + rev: v1.37.0 hooks: - id: yamllint - repo: meta