From 94e7e12aaf2923ed72c16757c2fe0df1ec5de5ff 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 15:08:29 +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, 6 deletions(-) diff --git a/studio/backend/tests/test_llama_cpp_reprompt_guard.py b/studio/backend/tests/test_llama_cpp_reprompt_guard.py index 492ee1ecc7..0bfc55fc7c 100644 --- a/studio/backend/tests/test_llama_cpp_reprompt_guard.py +++ b/studio/backend/tests/test_llama_cpp_reprompt_guard.py @@ -347,10 +347,6 @@ def test_reprompts_on_incomplete_html_intent(): assert _would_reprompt(content) - - - - def test_plan_framing_requires_apostrophe_in_ill(): """The ``i['’]ll`` plan-framing alternative requires an apostrophe so the regex does not match the word "ill" (sick). Without this, a @@ -430,8 +426,6 @@ def test_no_reprompt_on_here_is_the_plan_prose_answer(): assert not _would_reprompt(s), s - - # ── Cross-platform line endings ────────────────────────────────────