[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
7b0ed8333a
commit
2d4d7136ed
2 changed files with 3 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue