[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 20:47:44 +00:00
commit 2d4d7136ed
2 changed files with 3 additions and 9 deletions

View file

@ -217,7 +217,7 @@ def _has_unclosed_code_fence(text: str) -> bool:
if not m:
continue
fence = m.group("backticks") or m.group("tildes")
trailing = line[m.end():].strip()
trailing = line[m.end() :].strip()
ch = fence[0]
if active_char is None:
active_char = ch