Skip to content

Commit 09d6bff

Browse files
committed
chore(mypy): disable pretty for IDE support
1 parent 42da9d3 commit 09d6bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ warn_unused_configs=True
44
no_implicit_optional=True
55
warn_redundant_casts=True
66
warn_unused_ignores=True
7-
pretty = True
7+
;pretty = True ; breaks MyPy plugin in PyCharm
88
show_column_numbers = True
99
show_error_codes = True
1010
show_error_context = True

0 commit comments

Comments
 (0)