From 46ff749e9e252f630da327e989efb847ad4b701d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 18:57:48 +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: - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](https://github.com/psf/black-pre-commit-mirror/compare/25.1.0...25.9.0) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.17.1...v1.18.2) - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.14.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.11...v0.14.3) --- .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 65cb566..7ef27b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,18 +6,18 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace -- repo: https://github.com/psf/black - rev: 25.1.0 +- repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.9.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.17.1' # 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 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.12.11' + rev: 'v0.14.3' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]