Switch apheleia python back to using black

This commit is contained in:
Evie Litherland-Smith 2024-11-29 08:16:21 +00:00
parent 3a0ecbc0f3
commit 444e411564

View file

@ -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)