From 4cea2d2a73f59cf8f51e1e49926cefedbb893a6d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 17:08: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/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/renovatebot/pre-commit-hooks: 38.133.1 → 42.12.1](https://github.com/renovatebot/pre-commit-hooks/compare/38.133.1...42.12.1) - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.14.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.1...v0.14.5) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.18.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.13.0...v1.18.2) - [github.com/astral-sh/uv-pre-commit: 0.4.27 → 0.9.9](https://github.com/astral-sh/uv-pre-commit/compare/0.4.27...0.9.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 3e541cd..90dd096 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ ci: autofix_commit_msg: "[pre-commit.ci] auto fixes from pre-commit.com hooks" repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-yaml args: [--unsafe] @@ -12,13 +12,13 @@ repos: - id: end-of-file-fixer - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.133.1 + rev: 42.12.1 hooks: - id: renovate-config-validator files: ^renovate\.json$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.1 + rev: v0.14.5 hooks: - id: ruff name: "lint with ruff" @@ -26,7 +26,7 @@ repos: name: "format with ruff" - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.13.0" # Use the sha / tag you want to point at + rev: "v1.18.2" # Use the sha / tag you want to point at hooks: - id: mypy name: "run mypy" @@ -35,7 +35,7 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.4.27 + rev: 0.9.9 hooks: # Update the uv lockfile - id: uv-lock