From 31fa4d935ce944d76e3785a55503f6c7b3c9c433 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:49:33 +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/charliermarsh/ruff-pre-commit: v0.11.11 → v0.14.9](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.11.11...v0.14.9) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.19.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.15.0...v1.19.1) --- .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 c54a7d5..5c3f90e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ ci: autofix_prs: false repos: - repo: 'https://github.com/pre-commit/pre-commit-hooks' - rev: v5.0.0 + rev: v6.0.0 hooks: - id: mixed-line-ending - id: trailing-whitespace @@ -18,14 +18,14 @@ repos: # hooks: # - id: codespell - repo: 'https://github.com/charliermarsh/ruff-pre-commit' - rev: v0.11.11 + rev: v0.14.9 hooks: - id: ruff args: - '--fix' - id: ruff-format - repo: 'https://github.com/pre-commit/mirrors-mypy' - rev: v1.15.0 + rev: v1.19.1 hooks: - id: mypy additional_dependencies: []