mirror of
https://github.com/zensical/zensical.git
synced 2026-08-22 23:26:30 +00:00
chore: format code with ruff
Signed-off-by: Timothée Mazzucotelli <dev@pawamoy.fr>
This commit is contained in:
@@ -218,8 +218,7 @@ def _scan(cursor: Cursor) -> Iterator[Reference]:
|
||||
while cursor.peek(count) == _BACKTICK:
|
||||
count += 1
|
||||
if (
|
||||
cursor.at_line_start()
|
||||
and count >= 3 # noqa: PLR2004
|
||||
cursor.at_line_start() and count >= 3 # noqa: PLR2004
|
||||
):
|
||||
end = _scan_fenced_code(cursor, _BACKTICK)
|
||||
if end is not None:
|
||||
|
||||
Reference in New Issue
Block a user