Use forks pending merges
This commit is contained in:
parent
fceabdb9f1
commit
038e849ae8
1 changed files with 3 additions and 2 deletions
|
@ -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"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue