From 89217153799fdd09fb721e61b5086144213ee685 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 18:55:31 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- xonsh/procs/specs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xonsh/procs/specs.py b/xonsh/procs/specs.py index f999c2149..6ffe3d6bf 100644 --- a/xonsh/procs/specs.py +++ b/xonsh/procs/specs.py @@ -904,7 +904,7 @@ def run_subproc(cmds, captured=False, envs=None): "thread": s.threadable, "bg": s.background, } - p = {k:v for k,v in p.items() if v is not None} + p = {k: v for k, v in p.items() if v is not None} print(f"{i}: {repr(p)}") cmds = [