mirror of
https://github.com/tgorordo/smithy.git
synced 2026-06-12 18:42:13 -07:00
add marimo to justfile
This commit is contained in:
parent
4a624a4847
commit
174df7e572
1 changed files with 6 additions and 4 deletions
10
justfile
10
justfile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue