🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

This commit is contained in:
pre-commit-ci[bot] 2025-11-09 07:51:15 +00:00
parent 16cf1e3def
commit 3b98ce9c84
1 changed files with 4 additions and 1 deletions

View File

@ -297,7 +297,10 @@ def live(
if dirty: if dirty:
args.append("--dirty") args.append("--dirty")
subprocess.run( 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,
) )