From 33c0714595c0ad583601bcbdd915cbebcd3193b1 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 27 Mar 2024 08:06:38 +0000 Subject: [PATCH] Remove mypy from python mode hook (flymake) --- config/ide.org | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/ide.org b/config/ide.org index 2ca16cd..97b0225 100644 --- a/config/ide.org +++ b/config/ide.org @@ -157,11 +157,6 @@ Set treesit to fontify all elements, default was 3 (out of 4) "--warn-unreachable" "--show-error-codes" "--no-color-output"))) - (with-eval-after-load 'python - (add-hook 'python-base-mode-hook - (defun python-mode-setup-flymake () - (require 'flymake-collection) - (add-hook 'flymake-diagnostic-functions 'flymake-collection-mypy nil t)))) #+end_src ** shellcheck