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 /doc/ale.txt | |
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 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 5d2ff444..df64f06a 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -2945,7 +2945,7 @@ documented in additional help files. pyflakes..............................|ale-python-pyflakes| pylama................................|ale-python-pylama| pylint................................|ale-python-pylint| - pyls..................................|ale-python-pyls| + pylsp.................................|ale-python-pylsp| pyre..................................|ale-python-pyre| pyright...............................|ale-python-pyright| reorder-python-imports................|ale-python-reorder_python_imports| |