diff options
author | Gerardo Gómez Rodríguez <gerardo.gomez@tutanota.com> | 2021-07-09 16:40:31 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-09 22:40:31 +0900 |
commit | 8b73d98baf0a185886a55a62b8b32f6543f14af4 (patch) | |
tree | 6b35e4b1327688edd442dff867168d49277e6341 /supported-tools.md | |
parent | e230f07465be5b05446da30a098b4a666463503f (diff) | |
download | ale-8b73d98baf0a185886a55a62b8b32f6543f14af4.zip |
chore: replace python-language-server to supported pylsp (#3810)
As mentioned in #3722 palantir's python-language-server is no longer maintained.
The alternative is to use the community-driven https://github.com/python-lsp/python-lsp-server.
Diffstat (limited to 'supported-tools.md')
-rw-r--r-- | supported-tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/supported-tools.md b/supported-tools.md index b94a8084..29ee9c5d 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -420,7 +420,7 @@ formatting. * [pyflakes](https://github.com/PyCQA/pyflakes) * [pylama](https://github.com/klen/pylama) :floppy_disk: * [pylint](https://www.pylint.org/) :floppy_disk: - * [pyls](https://github.com/palantir/python-language-server) :warning: + * [pylsp](https://github.com/python-lsp/python-lsp-server) :warning: * [pyre](https://github.com/facebook/pyre-check) :warning: * [pyright](https://github.com/microsoft/pyright) * [reorder-python-imports](https://github.com/asottile/reorder_python_imports) |