add marimo to justfile

This commit is contained in:
Thomas (Tom) C. Gorordo 2026-05-20 12:21:50 -07:00
parent 4a624a4847
commit 174df7e572
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490

View file

@ -4,6 +4,12 @@ list:
run spreadsheet:
uv run smithy {{spreadsheet}}
marimo:
uv run marimo --edit
example:
uv run python src/main.py test/test_ballot.csv
check:
uv run pyright src
@ -13,13 +19,9 @@ test:
format:
uv run ruff format src test
example:
uv run python src/main.py test/test_ballot.csv
compile:
uv run pyinstaller --clean -F src/main.py --name smithy
clean:
uv run pyclean src test
uv run ruff clean