Files
HAL9000 fa4337dd1c fix(events): eliminate inline type ignores in event_bus_steps.py
Replace all # type: ignore[arg-type] and # type: ignore[misc] comments
with pyright-compatible alternatives: typing.cast() for intentional
type mismatches in error-handling tests, and explicit stub method bodies
for Protocol subclasses.
2026-06-15 11:47:08 -04:00
..