From dff6c9f83f8a3cf4e4c3561018a374cbbb8dbbb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 22:02:05 +0000 Subject: [PATCH] chore(deps): update pre-commit hooks --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 32f9c42..54a4182 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: # https://docs.astral.sh/ruff/integrations/#pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.9 + rev: v0.14.10 hooks: # Run the linter with fixes - id: ruff-check @@ -29,7 +29,7 @@ repos: - id: ruff-format - repo: https://github.com/crate-ci/typos - rev: v1.40.0 + rev: v1.42.0 hooks: - id: typos @@ -39,7 +39,7 @@ repos: - id: mdformat language: python additional_dependencies: - - mdformat-mkdocs==5.1.1 + - mdformat-mkdocs==5.1.2 - repo: https://github.com/DavidAnson/markdownlint-cli2 rev: v0.20.0 @@ -48,12 +48,12 @@ repos: # zizmor detects security vulnerabilities in GitHub Actions workflows. - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.18.0 + rev: v1.20.0 hooks: - id: zizmor - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.35.0 + rev: 0.36.0 hooks: - id: check-github-workflows args: ["--verbose"] @@ -64,7 +64,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.9 + rev: v1.7.10 hooks: - id: actionlint language: golang