From 96d5d65f43198a2b7fdfc0be45f06ce9096a2d39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 21:59:45 +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 10f11f12..c488f81b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - id: mdformat language: python additional_dependencies: - - mdformat-mkdocs==4.4.2 + - mdformat-mkdocs==4.5.1 - repo: https://github.com/astral-sh/uv-pre-commit rev: 0.9.8 @@ -50,7 +50,7 @@ repos: - id: reuse-lint-file - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.18.1 + rev: v0.19.1 hooks: - id: markdownlint-cli2 @@ -76,18 +76,18 @@ repos: types: [python] - repo: https://github.com/crate-ci/typos - rev: v1.39.0 + rev: v1.40.0 hooks: - id: typos # zizmor detects security vulnerabilities in GitHub Actions workflows. - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.16.3 + rev: v1.17.0 hooks: - id: zizmor - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.34.1 + rev: 0.35.0 hooks: - id: check-github-workflows args: ["--verbose"] @@ -100,7 +100,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.8 + rev: v1.7.9 hooks: - id: actionlint language: golang