From 1f212293c0525608856bd1a4366e1222a403f4ec Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 21: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: - 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/fsfe/reuse-tool: v5.1.1 → v6.2.0](https://github.com/fsfe/reuse-tool/compare/v5.1.1...v6.2.0) - [github.com/pycqa/pylint: v3.3.8 → v4.0.3](https://github.com/pycqa/pylint/compare/v3.3.8...v4.0.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 a99a1f2..58d766b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,12 +3,12 @@ # SPDX-License-Identifier: Unlicense repos: -- 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/fsfe/reuse-tool - rev: v5.1.1 + rev: v6.2.0 hooks: - id: reuse - repo: https://github.com/pre-commit/pre-commit-hooks @@ -18,7 +18,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pycqa/pylint - rev: v3.3.8 + rev: v4.0.3 hooks: - id: pylint name: lint (examples)