From 8f103f4e3a3553b7cd056e547288492e07873b66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 20:01:22 +0000 Subject: [PATCH] chore: prek autoupdate --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 770bfe278c..aee90fb483 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.15.12' + rev: 'v0.15.20' hooks: # Run the formatter. - id: ruff-format @@ -13,7 +13,7 @@ repos: alias: check-docstrings entry: python utils/check_docstrings.py - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.15 + rev: 0.11.26 hooks: - id: uv-lock - repo: https://github.com/codespell-project/codespell @@ -25,7 +25,7 @@ repos: exclude: ^docs/api-completeness.md$ - repo: https://github.com/adhtruong/mirrors-typos # Use mirror to avoid autoupdate issue: https://github.com/crate-ci/typos/issues/390 - rev: 'v1.46.0' + rev: 'v1.48.0' hooks: - id: typos - repo: https://github.com/pycqa/flake8