We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9208c5e commit 0aea9b2Copy full SHA for 0aea9b2
1 file changed
tools/run_linters.py
@@ -63,7 +63,9 @@ def run_isort() -> bool:
63
64
65
def run_mypy() -> bool:
66
- return run_linter(["mypy", "--strict", "--python-version", "3.9", *PYTHON_SOURCES])
+ return run_linter(
67
+ ["mypy", "--pretty", "--strict", "--python-version", "3.9", *PYTHON_SOURCES]
68
+ )
69
70
71
def main() -> None:
0 commit comments