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
|
||||
:hook (after-init . envrc-global-mode))
|
||||
|
||||
(use-package python-black
|
||||
:after python
|
||||
:hook (python-mode . python-black-on-save-mode-enable-dwim))
|
||||
;; Python
|
||||
(use-package python-black)
|
||||
|
||||
(use-package ruff-format)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user