.PHONY: format tests

format:
	uv run isort .

tests:
	uv run pytest
