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: run spreadsheet:
uv run smithy {{spreadsheet}} uv run smithy {{spreadsheet}}
marimo:
uv run marimo --edit
example:
uv run python src/main.py test/test_ballot.csv
check: check:
uv run pyright src uv run pyright src
@ -13,13 +19,9 @@ test:
format: format:
uv run ruff format src test uv run ruff format src test
example:
uv run python src/main.py test/test_ballot.csv
compile: compile:
uv run pyinstaller --clean -F src/main.py --name smithy uv run pyinstaller --clean -F src/main.py --name smithy
clean: clean:
uv run pyclean src test uv run pyclean src test
uv run ruff clean uv run ruff clean