From 2bbd1a679aefd4b7e39ba4301b85434633e4ab82 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 17:23:02 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/studio/install/run_smoke_spoof.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/studio/install/run_smoke_spoof.py b/tests/studio/install/run_smoke_spoof.py index da056aaa90..0a68bce0da 100644 --- a/tests/studio/install/run_smoke_spoof.py +++ b/tests/studio/install/run_smoke_spoof.py @@ -86,7 +86,12 @@ def main() -> int: ("cuda", GPU_REQ_KIND, 0, "GPU binary tagged GPU is accepted"), ("cuda_buffer", GPU_REQ_KIND, 0, "GPU buffer-format binary is accepted"), ("cpu", CPU_KIND, 0, "CPU binary tagged CPU is not gated"), - ("no_signal", GPU_REQ_KIND, 1, "no-signal GPU log is inconclusive (exit 1)"), + ( + "no_signal", + GPU_REQ_KIND, + 1, + "no-signal GPU log is inconclusive (exit 1)", + ), ] if sys.platform == "darwin": # macOS Metal is not offload-required: a CPU-only Metal load is an