From 7bdbfb759e2ceb8484c846a71e37e926fa0e2dc4 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Wed, 26 Jun 2024 09:30:49 -0400 Subject: [PATCH] Add verbose --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 62119f1..be04b0b 100644 --- a/justfile +++ b/justfile @@ -19,4 +19,4 @@ check: uv run --dev -- mypy ./ruff_lsp ./tests test: - uv run --dev -- pytest + uv run --dev --verbose -- pytest