diff --git a/specs/poetry/template/README.md b/specs/poetry/template/README.md index a9c139a..ddb714e 100644 --- a/specs/poetry/template/README.md +++ b/specs/poetry/template/README.md @@ -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 diff --git a/specs/poetry/template/flake.nix b/specs/poetry/template/flake.nix index f39f87e..1cdc7cc 100644 --- a/specs/poetry/template/flake.nix +++ b/specs/poetry/template/flake.nix @@ -91,6 +91,7 @@ mypy pycodestyle pyflakes + pyls-isort python-lsp-black python-lsp-server ]);