[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-05-24 21:51:13 +00:00
commit 394cdf48ea
2 changed files with 2 additions and 6 deletions

View file

@ -5154,7 +5154,7 @@ class LlamaCppBackend:
# artifact check.
_visible_raw = content_accum.strip()
_visible = (
_strip_tool_markup(content_accum, final=True).strip()
_strip_tool_markup(content_accum, final = True).strip()
if _visible_raw
else ""
)

View file

@ -996,11 +996,7 @@ def test_reprompts_on_direct_first_person_read_check_open_plan():
"1. Identify the columns.\n"
"2. Return the total."
),
(
"I will check the docs:\n"
"1. Gather relevant sections.\n"
"2. Answer."
),
("I will check the docs:\n" "1. Gather relevant sections.\n" "2. Answer."),
(
"First, I'll review the repository:\n"
"1. Open the relevant file.\n"