diff --git a/Makefile b/Makefile index 90814390..a7aa2306 100644 --- a/Makefile +++ b/Makefile @@ -14,4 +14,4 @@ lint: ruff format --check modeltranslation *.py typecheck: - mypy modeltranslation + mypy --pretty modeltranslation diff --git a/pyproject.toml b/pyproject.toml index 2deed6e8..0d3dce83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,6 @@ incremental = true warn_unused_ignores = true warn_redundant_casts = true warn_unused_configs = true -pretty = true show_error_context = true exclude = [ 'tests/'