format:
	uv run ruff format

check:
	uv run ruff check

tests:
	uv run pytest

all: format check tests
