[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-03-31 11:51:49 +00:00
commit 326a971da1
3 changed files with 12 additions and 9 deletions

View file

@ -738,10 +738,10 @@ def install_python_stack() -> int:
try:
_wr = subprocess.run(
[_wexe, *_wcmd[1:]],
stdout=subprocess.PIPE,
stderr=subprocess.DEVNULL,
text=True,
timeout=10,
stdout = subprocess.PIPE,
stderr = subprocess.DEVNULL,
text = True,
timeout = 10,
)
except Exception:
continue