.PHONY: format lint test generate-tasks format: black src/ app.py export.py isort src/ app.py export.py lint: ruff check src/ app.py export.py ruff format --check src/ app.py export.py test: pytest tests/ -v generate-tasks: python tasks/generate.py