Automatically format Python files
This commit is contained in:
parent
01532fbac6
commit
265541d135
2 changed files with 17 additions and 1 deletions
|
|
@ -2,5 +2,9 @@
|
|||
|
||||
python3 -m venv .venv
|
||||
. .venv/bin/activate
|
||||
pip install 'python-lsp-server[rope]' python-lsp-ruff
|
||||
pip install \
|
||||
black \
|
||||
isort \
|
||||
'python-lsp-server[rope]' \
|
||||
python-lsp-ruff
|
||||
pip install -e .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue