[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-01-12 18:05:02 +00:00
commit 801905f8b9

View file

@ -53,7 +53,7 @@ def run_markdown_code_runner(file_path: Path) -> bool:
return False
except FileNotFoundError:
print(
" Error: markdown-code-runner not found. Install with: pip install markdown-code-runner"
" Error: markdown-code-runner not found. Install with: pip install markdown-code-runner",
)
return False