From d77b38d51d353c513e30a4d07c46cd8fee468ce5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 22:25:43 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- studio/backend/tests/test_llama_cpp_reprompt_guard.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/studio/backend/tests/test_llama_cpp_reprompt_guard.py b/studio/backend/tests/test_llama_cpp_reprompt_guard.py index 73e88637e2..c709ca0212 100644 --- a/studio/backend/tests/test_llama_cpp_reprompt_guard.py +++ b/studio/backend/tests/test_llama_cpp_reprompt_guard.py @@ -988,11 +988,7 @@ def test_no_reprompt_on_code_fence_containing_markup_literal(): def test_reprompts_on_i_will_gather_identify_numbered_plan(): """First-person + gather/identify verbs in list items is a tool stall when the intent appears directly before the list.""" - content = ( - "I'll:\n" - "1. Gather the relevant files.\n" - "2. Identify the issue." - ) + content = "I'll:\n" "1. Gather the relevant files.\n" "2. Identify the issue." assert not _has_answer_artifact(content), content assert _would_reprompt(content), content