From 22f3615d9904200c52266e862ca37c80a83dabfd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:10:51 +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.9.16 → 0.10.9](https://github.com/astral-sh/uv-pre-commit/compare/0.9.16...0.10.9) - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.15.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.8...v0.15.5) - [github.com/RobertCraigie/pyright-python: v1.1.407 → v1.1.408](https://github.com/RobertCraigie/pyright-python/compare/v1.1.407...v1.1.408) - [github.com/compilerla/conventional-pre-commit: v4.3.0 → v4.4.0](https://github.com/compilerla/conventional-pre-commit/compare/v4.3.0...v4.4.0) - [github.com/commitizen-tools/commitizen: v4.10.0 → v4.13.9](https://github.com/commitizen-tools/commitizen/compare/v4.10.0...v4.13.9) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d299df6..0afcdd0 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.9.16 + rev: 0.10.9 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.14.8 + rev: v0.15.5 hooks: # Run the linter. - id: ruff-check @@ -36,13 +36,13 @@ repos: # Pyright for static type checking, installed with uv. - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.407 + rev: v1.1.408 hooks: - id: pyright # Enforce Conventional Commit messages. - repo: https://github.com/compilerla/conventional-pre-commit - rev: v4.3.0 + rev: v4.4.0 hooks: - id: conventional-pre-commit stages: [commit-msg] @@ -52,7 +52,7 @@ repos: # Commitizen-tools - repo: https://github.com/commitizen-tools/commitizen - rev: v4.10.0 # Replace with latest tag + rev: v4.13.9 # Replace with latest tag hooks: - id: commitizen - id: commitizen-branch