diff --git a/justfile b/justfile index 3fa7783..bbd6eab 100644 --- a/justfile +++ b/justfile @@ -13,7 +13,7 @@ format: clean: uv run pyclean src test uv run ruff clean - rm -rf .pytest_cache .hypothesis + rm -rf .pytest_cache .hypothesis .benchmarks wipe: just clean