add envrc and ruff-format packages
This commit is contained in:
@@ -168,10 +168,15 @@
|
|||||||
:init
|
:init
|
||||||
(setenv "WORKON_HOME" "~/.cache/pypoetry/virtualenvs"))
|
(setenv "WORKON_HOME" "~/.cache/pypoetry/virtualenvs"))
|
||||||
|
|
||||||
|
(use-package envrc
|
||||||
|
:hook (after-init . envrc-global-mode))
|
||||||
|
|
||||||
(use-package python-black
|
(use-package python-black
|
||||||
:after python
|
:after python
|
||||||
:hook (python-mode . python-black-on-save-mode-enable-dwim))
|
:hook (python-mode . python-black-on-save-mode-enable-dwim))
|
||||||
|
|
||||||
|
(use-package ruff-format)
|
||||||
|
|
||||||
(use-package pydoc)
|
(use-package pydoc)
|
||||||
|
|
||||||
(use-package pet
|
(use-package pet
|
||||||
|
|||||||
Reference in New Issue
Block a user