We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c7980 commit bf1c13eCopy full SHA for bf1c13e
1 file changed
template/justfile.jinja
@@ -54,7 +54,7 @@ check-python:
54
# Check formatting
55
uv run ruff check .
56
# Check types
57
- uv run mypy .
+ uv run mypy --pretty .
58
59
# Reformat Python code to match coding style and general structure
60
format-python:
0 commit comments