🔧 Adopt Ruff for formatting (#679)
This commit is contained in:
committed by
GitHub
parent
8d14232538
commit
7fdfee10a5
@@ -42,8 +42,7 @@ def coverage_run(*, module: str, cwd: Union[str, Path]) -> subprocess.CompletedP
|
||||
module,
|
||||
],
|
||||
cwd=str(cwd),
|
||||
stdout=subprocess.PIPE,
|
||||
stderr=subprocess.PIPE,
|
||||
capture_output=True,
|
||||
encoding="utf-8",
|
||||
)
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user