Add pyls-isort.

pull/11/head
Joshua Potter 2023-12-01 16:02:39 -07:00
parent 98dc0ce743
commit ffb0ff4ef8
2 changed files with 9 additions and 4 deletions

View File

@ -12,10 +12,14 @@ $ nix develop
The [python-lsp-server](https://github.com/python-lsp/python-lsp-server)
(version v1.9.0) is included in this flake, along with the [python-lsp-black](https://github.com/python-lsp/python-lsp-black)
plugin for formatting purposes. `pylsp` is expected to be configured to use
[McCabe](https://github.com/PyCQA/mccabe), [pycodestyle](https://pycodestyle.pycqa.org/en/latest/),
and [pyflakes](https://github.com/PyCQA/pyflakes). Refer to your editor for
configuration details.
and [pyls-isort](https://github.com/paradoxxxzero/pyls-isort) plugins.
Additionally, `pylsp` is expected to be configured to use:
* [McCabe](https://github.com/PyCQA/mccabe),
* [pycodestyle](https://pycodestyle.pycqa.org/en/latest/), and
* [pyflakes](https://github.com/PyCQA/pyflakes).
Refer to your editor for configuration details.
## Formatting

View File

@ -91,6 +91,7 @@
mypy
pycodestyle
pyflakes
pyls-isort
python-lsp-black
python-lsp-server
]);