Add pyls-isort.
parent
98dc0ce743
commit
ffb0ff4ef8
|
@ -12,10 +12,14 @@ $ nix develop
|
||||||
|
|
||||||
The [python-lsp-server](https://github.com/python-lsp/python-lsp-server)
|
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)
|
(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
|
and [pyls-isort](https://github.com/paradoxxxzero/pyls-isort) plugins.
|
||||||
[McCabe](https://github.com/PyCQA/mccabe), [pycodestyle](https://pycodestyle.pycqa.org/en/latest/),
|
Additionally, `pylsp` is expected to be configured to use:
|
||||||
and [pyflakes](https://github.com/PyCQA/pyflakes). Refer to your editor for
|
|
||||||
configuration details.
|
* [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
|
## Formatting
|
||||||
|
|
||||||
|
|
|
@ -91,6 +91,7 @@
|
||||||
mypy
|
mypy
|
||||||
pycodestyle
|
pycodestyle
|
||||||
pyflakes
|
pyflakes
|
||||||
|
pyls-isort
|
||||||
python-lsp-black
|
python-lsp-black
|
||||||
python-lsp-server
|
python-lsp-server
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in New Issue