test:
	uvx ruff format
	uvx ruff check --fix .
	uvx ty check
	uv run pytest -v --exitfirst
