[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 15:08:29 +00:00
commit 94e7e12aaf

View file

@ -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 ────────────────────────────────────