just: clean up some more
This commit is contained in:
parent
895917cf4b
commit
bfec860cf2
1 changed files with 0 additions and 7 deletions
7
justfile
7
justfile
|
|
@ -8,7 +8,6 @@ default:
|
||||||
# create venv, install dependencies
|
# create venv, install dependencies
|
||||||
setup:
|
setup:
|
||||||
uv sync
|
uv sync
|
||||||
# install the other tools: prek, mise
|
|
||||||
|
|
||||||
# builds a package
|
# builds a package
|
||||||
build:
|
build:
|
||||||
|
|
@ -22,7 +21,6 @@ upload: build
|
||||||
console:
|
console:
|
||||||
uv run textual console
|
uv run textual console
|
||||||
|
|
||||||
|
|
||||||
# run app with logs going to console
|
# run app with logs going to console
|
||||||
run-console:
|
run-console:
|
||||||
uv run textual run --dev {{ the_app }}
|
uv run textual run --dev {{ the_app }}
|
||||||
|
|
@ -54,11 +52,6 @@ lint:
|
||||||
uv run ruff check .
|
uv run ruff check .
|
||||||
markdownlint-cli2 .
|
markdownlint-cli2 .
|
||||||
|
|
||||||
# remove artefacts from dist/
|
|
||||||
clean:
|
|
||||||
rm dist/*.whl dist/*.tar.gz
|
|
||||||
# consider xargs, or something that won't explode on many files
|
|
||||||
|
|
||||||
# pretend we are CI
|
# pretend we are CI
|
||||||
ci: lint
|
ci: lint
|
||||||
prek run --all-files
|
prek run --all-files
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue