Skip to content

Commit 9344b73

Browse files
authored
Force not pretty output (#83)
1 parent 637dd7c commit 9344b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylsp_mypy/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def get_diagnostics(
266266
if dmypy:
267267
dmypy_status_file = settings.get("dmypy_status_file", ".dmypy.json")
268268

269-
args = ["--show-error-end", "--no-error-summary"]
269+
args = ["--show-error-end", "--no-error-summary", "--no-pretty"]
270270

271271
global tmpFile
272272
if live_mode and not is_saved:

0 commit comments

Comments
 (0)