From 9e92e0fe7152d77622a6af9f498b0f8588b8b17f Mon Sep 17 00:00:00 2001 From: bronsen Date: Thu, 19 Feb 2026 21:16:14 +0100 Subject: [PATCH] just: remind ourselves now, so we can forget later: unchecked globbing can explode --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 5a555f6..cd5fcf2 100644 --- a/justfile +++ b/justfile @@ -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