From b33ab6742fbd623eff1283be9311c08633c88e71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 01:49:42 +0000 Subject: [PATCH] chore(deps): update `pre-commit` non-major hooks --- .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 5308e3a..fea0d55 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: check-yaml name: Check YAML files with check-yaml - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.0 + rev: 0.36.1 hooks: - id: check-github-workflows name: Check GitHub Actions workflows with check-jsonschema @@ -22,7 +22,7 @@ repos: - id: zizmor name: Check GitHub Actions workflows with zizmor - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 42.84.0 + rev: 42.95.1 hooks: - id: renovate-config-validator name: Check Renovate config with renovate-config-validator