test:
	uv run --no-sync pytest tests -q

lint:
	uv run --no-sync ruff check . --fix

format:
	uv run --no-sync ruff format .
