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 5203947 commit 7fc6229Copy full SHA for 7fc6229
pylsp_mypy/plugin.py
@@ -249,8 +249,7 @@ def pylsp_lint(
249
exit_status,
250
errors.strip(),
251
)
252
- subprocess.run(["dmypy", "kill"], **windows_flag)
253
- subprocess.run(["dmypy", "start"], **windows_flag)
+ subprocess.run(["dmypy", "restart"], **windows_flag)
254
else:
255
# dmypy does not exist on path, but must exist in the env pylsp-mypy is installed in
256
# -> use dmypy via api
0 commit comments