From 2b1880f8baaffde25155ef942f82a3bd34923df1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 18:29:46 +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 f35191e..9f40c2d 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.13 + rev: v0.14.14 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.42.1 + rev: v1.42.2 hooks: - id: typos @@ -39,7 +39,7 @@ repos: - id: mdformat language: python additional_dependencies: - - mdformat-mkdocs==5.1.3 + - mdformat-mkdocs==5.1.4 - repo: https://github.com/DavidAnson/markdownlint-cli2 rev: v0.20.0 @@ -53,7 +53,7 @@ repos: - id: zizmor - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.0 + rev: 0.36.1 hooks: - id: check-github-workflows args: ["--verbose"]