We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637dd7c commit 9344b73Copy full SHA for 9344b73
pylsp_mypy/plugin.py
@@ -266,7 +266,7 @@ def get_diagnostics(
266
if dmypy:
267
dmypy_status_file = settings.get("dmypy_status_file", ".dmypy.json")
268
269
- args = ["--show-error-end", "--no-error-summary"]
+ args = ["--show-error-end", "--no-error-summary", "--no-pretty"]
270
271
global tmpFile
272
if live_mode and not is_saved:
0 commit comments