Add flymake-ruff

This commit is contained in:
Dimitri Lozeve 2024-03-21 15:15:27 +01:00
parent 2ae2aa3c54
commit c9a3a22398

View file

@ -693,6 +693,10 @@
(setf (alist-get 'haskell-mode apheleia-mode-alist)
'(ormolu)))
(use-package flymake-ruff
:straight t
:hook (python-mode . flymake-ruff-load))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; Programming languages modes
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;