refactor: enforce BasedPyright strict type checking (#5158)

This commit is contained in:
chengyongru
2026-07-29 21:37:11 +08:00
committed by GitHub
parent e703481755
commit 757ad9c764
166 changed files with 4728 additions and 2621 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ class GatewayRuntimePaths(ProcessRuntimePaths):
)
class GatewayRuntime(ManagedProcessRuntime):
class GatewayRuntime(ManagedProcessRuntime[ProcessStartOptions]):
"""Manage a background ``nanobot gateway`` process."""
service_name = "gateway"