From 3b98ce9c84d643d77ac6c9e6441b968665fff576 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 07:51:15 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20[pre-commit.ci]=20Auto=20format?= =?UTF-8?q?=20from=20pre-commit.com=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/docs.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/docs.py b/scripts/docs.py index 558f08759..44e84e01a 100644 --- a/scripts/docs.py +++ b/scripts/docs.py @@ -297,7 +297,10 @@ def live( if dirty: args.append("--dirty") subprocess.run( - args, env={**os.environ, "LINENUMS": "true", "PYTHONUTF8": "1"}, cwd=lang_path, check=True + args, + env={**os.environ, "LINENUMS": "true", "PYTHONUTF8": "1"}, + cwd=lang_path, + check=True, )