test:
	uv run ruff format
	uv run ruff check
	uv run pytest -v --exitfirst
