From 053bda3aa41787952a41be1e203518e89eb5ee05 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:21:40 +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: v3.4.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.4.0...v6.0.0) - [github.com/python-formate/pyupgrade: bbe3007 → v3.3.0](https://github.com/python-formate/pyupgrade/compare/bbe3007...v3.3.0) - [github.com/Lucas-C/pre-commit-hooks: v1.5.1 → v1.5.6](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.5.1...v1.5.6) - [github.com/python-formate/snippet-fmt: v0.1.5 → v0.2.0](https://github.com/python-formate/snippet-fmt/compare/v0.1.5...v0.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 463c550..14a15af 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: reformat-pyproject - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-ast @@ -70,7 +70,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/python-formate/pyupgrade - rev: bbe3007 + rev: v3.3.0 hooks: - id: pyupgrade args: @@ -78,13 +78,13 @@ repos: - --keep-runtime-typing - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.1 + rev: v1.5.6 hooks: - id: remove-crlf - id: forbid-crlf - repo: https://github.com/python-formate/snippet-fmt - rev: v0.1.5 + rev: v0.2.0 hooks: - id: snippet-fmt From 12c199c41e19ddd08b79be59d7298d32c7636d69 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:24:31 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- consolekit/options.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/consolekit/options.py b/consolekit/options.py index 0ee42a8..7fe3a45 100644 --- a/consolekit/options.py +++ b/consolekit/options.py @@ -164,7 +164,6 @@ def version_callback(ctx: click.Context, param: click.Option, value: int): click.echo(f"consolekit version {__version__}") ctx.exit() - """ return click.option( @@ -354,7 +353,6 @@ class MultiValueOption(click.Option): @click_command() def main(select: Iterable[str]): select = list(select) - """ def __init__(