1 2 3 4 5 6 7 8 9 10
.PHONY: dev test lint dev: uvicorn main:app --reload test: pytest lint: ruff check .