Require Python 3.14, ruff formatting for simpler typing.

This commit is contained in:
2026-08-11 00:46:45 +00:00
parent 79074dd4f1
commit f74bf3ebe6
12 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ class ProcessGroup:
return proc
async def wait(
self, *waitables: "asyncio.subprocess.Process | Coroutine[Any, Any, Any]"
self, *waitables: asyncio.subprocess.Process | Coroutine[Any, Any, Any]
) -> None:
"""Wait for processes/coroutines to complete, raise SystemExit on failure."""