From dfa5a95fcd4b4eeaf7f18dd6f7b2cebbe9cf6d2c 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 22:09:02 +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/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](https://github.com/psf/black-pre-commit-mirror/compare/25.9.0...25.11.0) - [github.com/fsfe/reuse-tool: v6.1.2 → v6.2.0](https://github.com/fsfe/reuse-tool/compare/v6.1.2...v6.2.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1fb2943..49bb27a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: # - id: check-added-large-files - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 25.11.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-prettier @@ -36,6 +36,6 @@ repos: # so --exclude in .flake8 does not work exclude: ^migrations/versions/ - repo: https://github.com/fsfe/reuse-tool - rev: v6.1.2 + rev: v6.2.0 hooks: - id: reuse