diff --git a/template/justfile.jinja b/template/justfile.jinja index 182379e..24734e1 100644 --- a/template/justfile.jinja +++ b/template/justfile.jinja @@ -54,7 +54,7 @@ check-python: # Check formatting uv run ruff check . # Check types - uv run mypy . + uv run mypy --pretty . # Reformat Python code to match coding style and general structure format-python: