Skip to content

Commit bf1c13e

Browse files
authored
feat: ✨ show source line on mypy errors (#243)
1 parent b9c7980 commit bf1c13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/justfile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ check-python:
5454
# Check formatting
5555
uv run ruff check .
5656
# Check types
57-
uv run mypy .
57+
uv run mypy --pretty .
5858

5959
# Reformat Python code to match coding style and general structure
6060
format-python:

0 commit comments

Comments
 (0)