From 9e4f8741b3112edd121f2d79b158a63f9dfd9410 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 11:37:52 +0300 Subject: [PATCH] chore: update pre-commit hooks (#106) Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e4c731b..5fc5beb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: args: [-c, .markdownlint.json, --fix] - repo: https://github.com/adrienverge/yamllint - rev: v1.37.0 + rev: v1.37.1 hooks: - id: yamllint @@ -49,7 +49,7 @@ repos: - id: actionlint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 40.0.6 + rev: 40.3.1 hooks: - id: renovate-config-validator