diff --git a/justfile b/justfile index 9ba0f17..212eff6 100644 --- a/justfile +++ b/justfile @@ -32,7 +32,6 @@ setup-docs: generic-setup # Check if the project is following the guidelines check: .venv/bin/mypy src/knuckles - #.venv/bin/mypy tests .venv/bin/ruff check --fix .venv/bin/ruff format