rounakbende's picture
Add CSV export script with data validation and auto-update workflow
e57d344
Raw
History Blame Contribute Delete
245 Bytes
.PHONY: style format
style:
python -m black --line-length 119 .
python -m isort .
ruff check --fix .
quality:
python -m black --check --line-length 119 .
python -m isort --check-only .
ruff check .
csv:
python src/results_to_csv.py