Remove flymake-ruff package

This commit is contained in:
Evie Litherland-Smith 2024-03-18 11:08:08 +00:00
parent c2acacef5d
commit 20691ddff5

View file

@ -178,15 +178,6 @@ Set treesit to fontify all elements, default was 3 (out of 4)
:hook (js-ts-mode . flymake-eslint-enable))
#+end_src
** ruff
#+begin_src emacs-lisp
(use-package flymake-ruff
:ensure t
:after flymake
:diminish
:hook (python-base-mode . flymake-ruff-load))
#+end_src
* Project
#+begin_src emacs-lisp
(setq project-switch-use-entire-map t