From 11faba4df0d409af04ee25f80c1591c3bdaa9761 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 04:22:19 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/studio/studio_api_smoke.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/studio/studio_api_smoke.py b/tests/studio/studio_api_smoke.py index 016066f908..7bcf33ab84 100644 --- a/tests/studio/studio_api_smoke.py +++ b/tests/studio/studio_api_smoke.py @@ -471,9 +471,7 @@ else: # the process umask (0o644 on most CI runners) instead of # being chmod 0o600 like the bootstrap pw file. Tracked # separately; surface, don't gate. - audit( - f"{path} mode={oct(actual_mode)} (expected {oct(expected_mode)})" - ) + audit(f"{path} mode={oct(actual_mode)} (expected {oct(expected_mode)})") # ─────────────────────────────────────────────────────────────────────────