mirror of
https://github.com/tgorordo/carousel.git
synced 2026-06-12 20:42:13 -07:00
init cgi script and html form
This commit is contained in:
parent
740ae98027
commit
5da4a21a3f
9 changed files with 909 additions and 110 deletions
5
justfile
5
justfile
|
|
@ -1,11 +1,14 @@
|
|||
run:
|
||||
uv run carousel
|
||||
|
||||
python *arguments:
|
||||
uv run python -c "import code; from rich import pretty; pretty.install(); code.interact()" {{arguments}}
|
||||
|
||||
check:
|
||||
uv run pyright src
|
||||
|
||||
test:
|
||||
uv run pytest -vv --tb=short
|
||||
uv run pytest -vvv --tb=short --log-cli-level=INFO
|
||||
|
||||
format:
|
||||
uv run ruff format src test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue