From d540d0094ba4c08c825b92aaf6f022c304ea5051 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:25:18 +0000 Subject: [PATCH 1/2] Updated files with 'repo_helper'. --- .pre-commit-config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 463c550..602dbbc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -84,9 +84,11 @@ repos: - id: forbid-crlf - repo: https://github.com/python-formate/snippet-fmt - rev: v0.1.5 + rev: v0.2.0 hooks: - id: snippet-fmt + additional_dependencies: + - formate-trailing-commas>=0.1.1 - repo: https://github.com/python-formate/formate rev: v1.2.1 From 6353801bfcd1008cc1c59c287a37ad94582f9ea9 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:43:35 +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__(