feat(v2): add validated runtime and metadata store

This commit is contained in:
2026-07-27 19:24:49 +02:00
parent 8f784848d7
commit 8d1de81f2b
14 changed files with 1225 additions and 4 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ test-fast:
$(PYTHON) -m pytest tests/unit tests/contract -q
lint:
$(PYTHON) -m ruff check --config backend/pyproject.toml backend/src tests tools
$(PYTHON) -m ruff format --check --config backend/pyproject.toml backend/src tests tools
$(PYTHON) -m ruff check --config backend/pyproject.toml backend/src backend/alembic tests tools
$(PYTHON) -m ruff format --check --config backend/pyproject.toml backend/src backend/alembic tests tools
typecheck:
$(PYTHON) -m mypy --config-file backend/pyproject.toml