From 9f45db7dc1f5738586ec8c656804be374b1fff7d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 18:42:02 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20ci:=20[pre-commit.ci]=20pre-comm?= =?UTF-8?q?it=20autoupdate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.19.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.2...v1.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.6.6 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.6...v0.14.10) - [github.com/codespell-project/codespell: v2.2.4 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.2.4...v2.4.1) --- .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 2fa23ab..8dde9cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -30,13 +30,13 @@ repos: args: [--autofix, --indent=4, --no-ensure-ascii, --no-sort-keys] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.11.2" + rev: "v1.19.1" hooks: - id: mypy args: ["--strict", "--ignore-missing-imports"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.6 + rev: v0.14.10 hooks: # Run the linter - id: ruff @@ -48,7 +48,7 @@ repos: types_or: [ python, pyi ] - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.4.1 hooks: - id: codespell