[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] 2024-04-25 18:55:31 +00:00 committed by Noorhteen Raja NJ
parent 4250cce9fd
commit 8921715379

View file

@ -904,7 +904,7 @@ def run_subproc(cmds, captured=False, envs=None):
"thread": s.threadable, "thread": s.threadable,
"bg": s.background, "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)}") print(f"{i}: {repr(p)}")
cmds = [ cmds = [