Add flymake-ruff
This commit is contained in:
parent
2ae2aa3c54
commit
c9a3a22398
1 changed files with 4 additions and 0 deletions
4
init.el
4
init.el
|
@ -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
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue