From 801905f8b9d1039f618b4c886705573db86ac3f7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 18:05:02 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/run_markdown_code_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/run_markdown_code_runner.py b/docs/run_markdown_code_runner.py index b644533c..8e5bdeb7 100644 --- a/docs/run_markdown_code_runner.py +++ b/docs/run_markdown_code_runner.py @@ -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