From d657626736e74efba0008b11dee085fd89ea00de Mon Sep 17 00:00:00 2001 From: jp Date: Sun, 19 Apr 2026 08:34:43 -0700 Subject: [PATCH] =?UTF-8?q?style:=20ruff=20format=20=E2=80=94=20collapse?= =?UTF-8?q?=20AttributeError=20log=20call=20to=20single=20line?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mempalace/hooks_cli.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mempalace/hooks_cli.py b/mempalace/hooks_cli.py index 9ee0661..c6e4a8d 100644 --- a/mempalace/hooks_cli.py +++ b/mempalace/hooks_cli.py @@ -255,9 +255,7 @@ def hook_stop(data: dict, harness: str): try: silent_guard = MempalaceConfig().hook_silent_save except AttributeError as exc: - _log( - f"WARNING: could not read hook_silent_save: {exc}; defaulting to silent mode" - ) + _log(f"WARNING: could not read hook_silent_save: {exc}; defaulting to silent mode") if not silent_guard: _output({}) return