From 9fa5ac5e54fe3bcaf7269fc225f70e03a3e3247f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 17:24:10 +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: v2.4.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v2.4.0...v6.0.0) - [github.com/asottile/add-trailing-comma: v2.1.0 → v4.0.0](https://github.com/asottile/add-trailing-comma/compare/v2.1.0...v4.0.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.11.0](https://github.com/psf/black-pre-commit-mirror/compare/25.1.0...25.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.5 → v0.14.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.5...v0.14.4) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.15.0...v1.18.2) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 65c98c1..cd76ad2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.4.0 + rev: v6.0.0 hooks: - id: check-ast - id: trailing-whitespace @@ -10,17 +10,17 @@ repos: - id: end-of-file-fixer - repo: https://github.com/asottile/add-trailing-comma - rev: v2.1.0 + rev: v4.0.0 hooks: - id: add-trailing-comma - - repo: https://github.com/psf/black - rev: 25.1.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.11.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.5 + rev: v0.14.4 hooks: - id: ruff args: @@ -28,7 +28,7 @@ repos: - "otlp_psqlpy" - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.15.0 + rev: v1.18.2 hooks: - id: mypy additional_dependencies: ["."]