From 40eed46faea7024a5a71ac7628735bfe3f2500c5 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Tue, 30 Jan 2024 15:55:32 -0300 Subject: Removed mypy with flycheck --- .config/doom/config.el | 3 +-- .config/doom/config.org | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.config/doom/config.el b/.config/doom/config.el index 3d3e8b52..4b332067 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -254,8 +254,7 @@ text and copying to the killring." (after! python :init (add-hook 'python-mode-hook 'auto-virtualenv-set-virtualenv) - (setq enable-local-variables :all) - (flycheck-add-next-checker 'lsp 'python-mypy)) + (setq enable-local-variables :all)) (after! groovy-mode (define-key groovy-mode-map (kbd "") 'my/jenkins-verify)) diff --git a/.config/doom/config.org b/.config/doom/config.org index bf6420e3..8a478cea 100644 --- a/.config/doom/config.org +++ b/.config/doom/config.org @@ -341,8 +341,7 @@ text and copying to the killring." (after! python :init (add-hook 'python-mode-hook 'auto-virtualenv-set-virtualenv) - (setq enable-local-variables :all) - (flycheck-add-next-checker 'lsp 'python-mypy)) + (setq enable-local-variables :all)) #+end_src ** Groovy :PROPERTIES: -- cgit v1.2.3