From 15a5498c89e7968b62afefe97d2a35e5dd32f907 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 16:46:47 +0000 Subject: [PATCH 1/2] [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: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](https://github.com/PyCQA/isort/compare/5.13.2...7.0.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 25.11.0](https://github.com/psf/black-pre-commit-mirror/compare/24.8.0...25.11.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 12aee33..235ffaf 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: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: check-ast @@ -16,7 +16,7 @@ repos: - id: check-toml - id: debug-statements - repo: https://github.com/PyCQA/isort - rev: '5.13.2' + rev: '7.0.0' hooks: - id: isort additional_dependencies: @@ -26,7 +26,7 @@ repos: hooks: - id: stylelint additional_dependencies: ['stylelint', 'stylelint-config-standard'] -- repo: https://github.com/psf/black - rev: '24.8.0' +- repo: https://github.com/psf/black-pre-commit-mirror + rev: '25.11.0' hooks: - id: black From e10b7a64c0ce7d8a7166d1c1f1eee9a803f9ee1a 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 16:47:07 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tempren/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempren/cli.py b/tempren/cli.py index cdaa44e..6996e6b 100755 --- a/tempren/cli.py +++ b/tempren/cli.py @@ -126,7 +126,7 @@ def alias(val: str) -> Tuple[TagName, str]: def validate_adhoc_tags( - adhoc_tags: List[List[Tuple[TagName, Path]]] + adhoc_tags: List[List[Tuple[TagName, Path]]], ) -> Dict[TagName, Path]: if not adhoc_tags: return dict()