Revert "Remove flymake mypy (from flymake-collection)"

This reverts commit eb69c67a5d.
This commit is contained in:
Evie Litherland-Smith 2024-03-19 10:07:42 +00:00
parent 8204df92ed
commit 82968da65f

View file

@ -145,6 +145,11 @@ Set treesit to fontify all elements, default was 3 (out of 4)
:diminish
:defer
:after flymake)
(with-eval-after-load 'python
(add-hook 'python-base-mode-hook
(defun python-mode-setup-flymake ()
(add-hook 'flymake-diagnostic-functions 'flymake-collection-mypy nil t))))
#+end_src
** shellcheck