🔧 Adopt Ruff for formatting (#679)

This commit is contained in:
Sebastián Ramírez
2023-10-26 18:32:26 +04:00
committed by GitHub
parent 8d14232538
commit 7fdfee10a5
5 changed files with 14 additions and 18 deletions

View File

@@ -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