From ead2c95d8f86f37272b0a55e690d8c2a431b5f95 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:57:15 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/uv-pre-commit: 0.11.3 → 0.11.21](https://github.com/astral-sh/uv-pre-commit/compare/0.11.3...0.11.21) - [github.com/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.17](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.9...v0.15.17) - [github.com/RobertCraigie/pyright-python: v1.1.408 → v1.1.410](https://github.com/RobertCraigie/pyright-python/compare/v1.1.408...v1.1.410) - [github.com/commitizen-tools/commitizen: v4.13.9 → v4.16.3](https://github.com/commitizen-tools/commitizen/compare/v4.13.9...v4.16.3) --- .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 1573a6a..4824c8a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ default_install_hook_types: repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.3 + rev: 0.11.21 hooks: - id: uv-sync # - id: uv-export # outputs requirement.txt @@ -26,7 +26,7 @@ repos: # Ruff, for lightning-fast linting and formatting, installed with uv. - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.9 + rev: v0.15.17 hooks: # Run the linter. - id: ruff-check @@ -36,7 +36,7 @@ repos: # Pyright for static type checking, installed with uv. - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.408 + rev: v1.1.410 hooks: - id: pyright @@ -52,7 +52,7 @@ repos: # Commitizen-tools - repo: https://github.com/commitizen-tools/commitizen - rev: v4.13.9 # Replace with latest tag + rev: v4.16.3 # Replace with latest tag hooks: - id: commitizen - id: commitizen-branch