feat(v2): add validated runtime and metadata store
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user