From 8a7f5d9b216887625ddb26ba6bc041497ffa6440 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 13:00:15 +0000 Subject: [PATCH] Update dependency renovatebot/pre-commit-hooks to v43.244.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- src/andrewaylett_pre_commit_hooks/init_hooks.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3703a2e1..b084d475 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - id: check-github-workflows - id: check-renovate - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.243.2 + rev: 43.244.0 hooks: - id: renovate-config-validator args: [--strict] diff --git a/src/andrewaylett_pre_commit_hooks/init_hooks.py b/src/andrewaylett_pre_commit_hooks/init_hooks.py index da5f56ba..5be4de1d 100644 --- a/src/andrewaylett_pre_commit_hooks/init_hooks.py +++ b/src/andrewaylett_pre_commit_hooks/init_hooks.py @@ -30,7 +30,7 @@ class PreCommitRepo(TypedDict): "https://github.com/editorconfig-checker/editorconfig-checker.python": "3.6.1", "https://github.com/python-jsonschema/check-jsonschema": "0.37.3", "https://github.com/andrewaylett/pre-commit-hooks": "v0.7.2", - "https://github.com/renovatebot/pre-commit-hooks": "43.243.2", + "https://github.com/renovatebot/pre-commit-hooks": "43.244.0", } # Default hooks that should be enabled