From 9cd8166843e28949486a9b05d97f93c5ffeaf5ad Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Fri, 24 Oct 2025 11:12:25 +0100 Subject: [PATCH] lint --- scripts-dev/release.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts-dev/release.py b/scripts-dev/release.py index 2c55cdd592..c2e71e96e2 100755 --- a/scripts-dev/release.py +++ b/scripts-dev/release.py @@ -600,7 +600,9 @@ def _wait_for_actions(gh_token: Optional[str]) -> None: if any(workflow["status"] == "queued" for workflow in resp["workflow_runs"]): _notify("Warning: at least one release workflow is still queued...") if not click.confirm("Continue waiting for queued assets?", default=True): - click.echo("Continuing on with the release. Note that you may need to upload missing assets manually later.") + click.echo( + "Continuing on with the release. Note that you may need to upload missing assets manually later." + ) break continue