From 1cc6924fa6337dde111fe19c022d6916b0df7e6b Mon Sep 17 00:00:00 2001 From: bronsen Date: Thu, 19 Feb 2026 21:15:18 +0100 Subject: [PATCH] just: match uppercase in description --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 9d93c45..5a555f6 100644 --- a/justfile +++ b/justfile @@ -37,7 +37,7 @@ update-deps: uv lock --upgrade uv sync -# Run tests, args are passed-through to pytest +# Run tests, ARGS are passed-through to pytest test *ARGS: uv run pytest tests.py {{ ARGS }}