Use forks pending merges

This commit is contained in:
JLP 2025-07-08 22:06:08 -04:00
parent fceabdb9f1
commit 038e849ae8
Signed by: jleechpe
GPG key ID: 414E00D1FF7519DC

View file

@ -822,7 +822,8 @@ are defining or executing a macro."
"C-M-$" #'jinx-languages)) "C-M-$" #'jinx-languages))
;; *** flymake-vale ;; *** flymake-vale
(elpaca (flymake-vale :repo "https://github.com/tpeacock19/flymake-vale" (elpaca (flymake-vale :host github
:repo "jleechpe/flymake-vale"
:refs nil :refs nil
:files (:defaults)) :files (:defaults))
(use-package flymake-vale (use-package flymake-vale
@ -1639,7 +1640,7 @@ methods the save hook cannot detect, like file synchronization."
flymake-ruff-program-args args))) flymake-ruff-program-args args)))
(use-package flymake-ruff (use-package flymake-ruff
:ensure t :ensure (flymake-ruff :host github :repo "jleechpe/flymake-ruff")
:hook (eglot-managed-mode . flymake-ruff-load) :hook (eglot-managed-mode . flymake-ruff-load)
:config :config
(setq flymake-ruff--codes '(("ALL")("E" "W" "F")) (setq flymake-ruff--codes '(("ALL")("E" "W" "F"))