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
|
||||
setup:
|
||||
uv sync
|
||||
# install the other tools: prek, mise
|
||||
|
||||
# builds a package
|
||||
build:
|
||||
|
|
@ -22,7 +21,6 @@ upload: build
|
|||
console:
|
||||
uv run textual console
|
||||
|
||||
|
||||
# run app with logs going to console
|
||||
run-console:
|
||||
uv run textual run --dev {{ the_app }}
|
||||
|
|
@ -54,11 +52,6 @@ lint:
|
|||
uv run ruff check .
|
||||
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
|
||||
ci: lint
|
||||
prek run --all-files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue