fmt:
	uvx pre-commit run --all-files --color always


.PHONY: tests
tests:
	uv run pytest --cov=halig -vv tests --report-log reportlog.json
	uv run coverage html
	uv run coverage xml
