install python-black but don't use it by default in python-mode
This commit is contained in:
@@ -157,9 +157,8 @@
|
|||||||
(use-package envrc
|
(use-package envrc
|
||||||
:hook (after-init . envrc-global-mode))
|
:hook (after-init . envrc-global-mode))
|
||||||
|
|
||||||
(use-package python-black
|
;; Python
|
||||||
:after python
|
(use-package python-black)
|
||||||
:hook (python-mode . python-black-on-save-mode-enable-dwim))
|
|
||||||
|
|
||||||
(use-package ruff-format)
|
(use-package ruff-format)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user