feat: introduce runner protocol and normalized event model (#7)

This commit is contained in:
banteg
2026-01-01 01:13:55 +04:00
committed by GitHub
parent a9f8967bf4
commit d296c0dbf1
36 changed files with 4749 additions and 1836 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
.PHONY: check
check:
uv run ruff format
uv run ruff format --check
uv run ruff check .
uv run ty check .
uv run pytest