Skip to content

Commit

Permalink
Force not pretty output (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
vusalalishov authored Jul 7, 2024
1 parent 637dd7c commit 9344b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylsp_mypy/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def get_diagnostics(
if dmypy:
dmypy_status_file = settings.get("dmypy_status_file", ".dmypy.json")

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

global tmpFile
if live_mode and not is_saved:
Expand Down

0 comments on commit 9344b73

Please sign in to comment.