From 4446d59e73ac0af62a0bfd98f042f66f5372a3db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 17:08:31 +0200 Subject: [PATCH] chore: update pre-commit hooks (#71) --- .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 1d17607..9e25322 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: args: [--autofix, --no-sort-keys] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.43.0 + rev: v0.44.0 hooks: - id: markdownlint args: [-c, .markdownlint.json, --fix] @@ -49,7 +49,7 @@ repos: - id: actionlint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.124.0 + rev: 39.134.0 hooks: - id: renovate-config-validator