summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2024-01-30 15:55:32 -0300
committerRoger Gonzalez <roger@rogs.me>2024-01-30 15:55:32 -0300
commit40eed46faea7024a5a71ac7628735bfe3f2500c5 (patch)
tree0d5dd607b12542d5c57d4d00f00e9c51832dc32f
parent30cbc42d15dfa77cc648b1a235324a6b7635d420 (diff)
Removed mypy with flycheck
-rw-r--r--.config/doom/config.el3
-rw-r--r--.config/doom/config.org3
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 "<f4>") '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: