.PHONY: pytest lint test tests package tests: test test: pytest lint: pandoc --atx-headers --reference-links --reference-location=document --columns=79 -o README.md README.md black --line-length 79 --quiet colligere/ tests/ scripts/ flake8 --max-line-length 79 colligere/ tests/ scripts/ package: python3 -m pip install --upgrade build python3 -m build