From 0b9b9600d2106464d54f6616a4b1379460fd473f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:26:19 +0000 Subject: [PATCH] chore: pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pycqa/pylint: v4.0.2 → v4.0.4](https://github.com/pycqa/pylint/compare/v4.0.2...v4.0.4) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.3...v0.14.7) - [github.com/astral-sh/uv-pre-commit: 0.9.7 → 0.9.14](https://github.com/astral-sh/uv-pre-commit/compare/0.9.7...0.9.14) --- .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 6c18b22..a7c9677 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: exclude: CHANGELOG.md # is autogenerated - repo: https://github.com/pycqa/pylint - rev: v4.0.2 + rev: v4.0.4 hooks: - id: pylint pass_filenames: false @@ -57,7 +57,7 @@ repos: - pytest - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.3 + rev: v0.14.7 hooks: - id: ruff args: @@ -66,6 +66,6 @@ repos: - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.7 + rev: 0.9.14 hooks: - id: uv-lock