Switch apheleia python back to using black
This commit is contained in:
parent
3a0ecbc0f3
commit
444e411564
|
@ -1380,10 +1380,7 @@ Configure email with iCalendar event support, to integrate with
|
|||
apheleia-mode-alist)
|
||||
:bind (("C-c c f" . apheleia-format-buffer))
|
||||
:hook (prog-mode)
|
||||
:custom (apheleia-remote-algorithm 'local)
|
||||
:config
|
||||
(add-to-list 'apheleia-mode-alist '(python-ts-mode . (ruff ruff-isort)))
|
||||
(add-to-list 'apheleia-mode-alist '(python-mode . (ruff ruff-isort))))
|
||||
:custom (apheleia-remote-algorithm 'local))
|
||||
|
||||
(use-package flymake
|
||||
:bind (("C-c C-." . flymake-goto-next-error)
|
||||
|
|
Loading…
Reference in a new issue