diff --git a/justfile b/justfile index 1bdfd62..a4bb791 100644 --- a/justfile +++ b/justfile @@ -6,13 +6,7 @@ typecheck: uvx ty check test: - uv run pytest - -test-fast: - uv run pytest --testmon - -test-parallel: - uv run pytest -n auto + uv run pytest -n auto --testmon check: lint typecheck test