just: remind ourselves now, so we can forget later: unchecked globbing can explode

This commit is contained in:
bronsen 2026-02-19 21:16:14 +01:00
parent 1cc6924fa6
commit 9e92e0fe71

View file

@ -53,6 +53,7 @@ lint:
# 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