From 498d1f09ee61a1859a67ffb03666fa3c6bfb0821 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 18:23:47 +0000 Subject: [PATCH] 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/PyCQA/flake8: 7.1.1 → 7.3.0](https://github.com/PyCQA/flake8/compare/7.1.1...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.19.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.15.0...v1.19.0) - [github.com/fsfe/reuse-tool: v5.0.2 → v6.2.0](https://github.com/fsfe/reuse-tool/compare/v5.0.2...v6.2.0) --- .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 dbb98bb..1113d2f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: # Prevent giant files from being committed - id: check-added-large-files @@ -67,7 +67,7 @@ repos: - id: text-unicode-replacement-char - repo: https://github.com/PyCQA/flake8 - rev: 7.1.1 + rev: 7.3.0 hooks: - id: flake8 additional_dependencies: @@ -75,7 +75,7 @@ repos: - flake8-implicit-str-concat - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.15.0 + rev: v1.19.0 hooks: - id: mypy args: [--ignore-missing-imports] @@ -87,7 +87,7 @@ repos: # The REUSE helper tool assists with achieving and confirming REUSE compliance. # See: https://reuse.software/ - repo: https://github.com/fsfe/reuse-tool - rev: v5.0.2 + rev: v6.2.0 hooks: - id: reuse