From 4923195167412c38655b991140b8e41466797ff8 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 29 Oct 2024 06:23:15 +0000 Subject: [PATCH] Add config for pylsp-mypy --- README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.org b/README.org index 9453d47..a21d757 100644 --- a/README.org +++ b/README.org @@ -1397,6 +1397,10 @@ Configure email with iCalendar event support, to integrate with :pydocstyle (:enabled nil) :pyflakes (:enabled nil) :pylint (:enabled nil) + :pylsp_mypy ( :live_mode nil + :dmypy nil + :strict nil + :report_progress t) :rope_autoimport ( :completions (:enabled t) :code_actions (:enabled t)) :rope_completion (:enabled t)