Skip to content

Commit 8d9ffc1

Browse files
committed
enable --pretty by default
1 parent 9f53138 commit 8d9ffc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ def add_invertible_flag(
992992
)
993993
add_invertible_flag(
994994
"--pretty",
995-
default=False,
995+
default=True,
996996
help="Use visually nicer output in error messages:"
997997
" Use soft word wrap, show source code snippets,"
998998
" and show error location markers",

0 commit comments

Comments
 (0)