just: clean up some more

This commit is contained in:
bronsen 2026-02-19 22:56:04 +01:00
parent 895917cf4b
commit bfec860cf2

View file

@ -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