From ac490f7a8130cc3f74cacad39d3cc4d403a4e5d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 00:41:23 +0000 Subject: [PATCH] Update pre-commit dependencies --- .pre-commit-config.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5913919d67..0b1c34d87e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ exclude: | repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-merge-conflict @@ -32,13 +32,13 @@ repos: - id: validate-pyproject - repo: https://github.com/executablebooks/mdformat - rev: 0.7.22 + rev: 1.0.0 hooks: - id: mdformat language: python # means renovate will also update `additional_dependencies` additional_dependencies: - - mdformat-mkdocs==4.0.0 - - mdformat-footnote==0.1.1 + - mdformat-mkdocs==5.1.1 + - mdformat-footnote==0.1.2 exclude: | (?x)^( docs/formatter/black\.md @@ -46,7 +46,7 @@ repos: )$ - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.45.0 + rev: v0.46.0 hooks: - id: markdownlint-fix exclude: | @@ -56,7 +56,7 @@ repos: )$ - repo: https://github.com/adamchainz/blacken-docs - rev: 1.19.1 + rev: 1.20.0 hooks: - id: blacken-docs language: python # means renovate will also update `additional_dependencies` @@ -67,10 +67,10 @@ repos: .*?invalid(_.+)*_syntax\.md )$ additional_dependencies: - - black==25.1.0 + - black==25.11.0 - repo: https://github.com/crate-ci/typos - rev: v1.34.0 + rev: v1.40.0 hooks: - id: typos @@ -84,7 +84,7 @@ repos: pass_filenames: false # This makes it a lot faster - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.7 + rev: v0.14.8 hooks: - id: ruff-format - id: ruff-check @@ -94,7 +94,7 @@ repos: # Prettier - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.6.2 + rev: v3.7.4 hooks: - id: prettier types: [yaml] @@ -102,19 +102,19 @@ repos: # zizmor detects security vulnerabilities in GitHub Actions workflows. # Additional configuration for the tool is found in `.github/zizmor.yml` - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.16.0 + rev: v1.18.0 hooks: - id: zizmor - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.2 + rev: 0.35.0 hooks: - id: check-github-workflows # `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.7 + rev: v1.7.9 hooks: - id: actionlint stages: