Skip to content

Commit 9740902

Browse files
authored
Update README.rst
Hi! I'm the maintainer of `pyls-memestra` and I'd like to add it here as a 3rd party plugin :) Please let me know if I should add this info somewhere else. Thank you for open sourcing the project and for all the work! Cheers.
1 parent 2239618 commit 9740902

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Installing these plugins will add extra functionality to the language server:
5252
* pyls-mypy_ Mypy type checking for Python 3
5353
* pyls-isort_ Isort import sort code formatting
5454
* pyls-black_ for code formatting using Black_
55+
* pyls-memestra_ a static analysis tool for Python, which detects the use of deprecated APIs.
5556

5657
Please see the above repositories for examples on how to write plugins for the Python Language Server. Please file an
5758
issue if you require assistance writing a plugin.
@@ -165,4 +166,5 @@ This project is made available under the MIT License.
165166
.. _pyls-mypy: https://github.com/tomv564/pyls-mypy
166167
.. _pyls-isort: https://github.com/paradoxxxzero/pyls-isort
167168
.. _pyls-black: https://github.com/rupert/pyls-black
169+
.. _pyls-memestra: https://github.com/QuantStack/pyls-memestra
168170
.. _Black: https://github.com/ambv/black

0 commit comments

Comments
 (0)