From 24c79abe2d7c24f770373616f7e32a054053e10a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:39:01 +0000 Subject: [PATCH] chore(deps): update pre-commit hooks --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d05fe30..10c1251 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - id: end-of-file-fixer - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.24.1 + rev: v0.25 hooks: - id: validate-pyproject @@ -59,7 +59,7 @@ repos: - id: uv-lock - repo: https://github.com/crate-ci/typos - rev: v1.42.3 + rev: v1.43.5 hooks: - id: typos @@ -75,7 +75,7 @@ repos: - id: zizmor - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.1 + rev: 0.36.2 hooks: - id: check-github-workflows args: ["--verbose"] @@ -105,7 +105,7 @@ repos: # `actionlint` hook, for verifying correct syntax in GitHub Actions workflows. # Some additional configuration for `actionlint` can be found in `.github/actionlint.yaml`. - repo: https://github.com/rhysd/actionlint - rev: v1.7.10 + rev: v1.7.11 hooks: - id: actionlint language: golang