diff --git a/README.rst b/README.rst index 2dbe128c..80d70839 100644 --- a/README.rst +++ b/README.rst @@ -52,6 +52,7 @@ Installing these plugins will add extra functionality to the language server: * pyls-mypy_ Mypy type checking for Python 3 * pyls-isort_ Isort import sort code formatting * pyls-black_ for code formatting using Black_ +* pyls-memestra_ a static analysis tool for Python, which detects the use of deprecated APIs. Please see the above repositories for examples on how to write plugins for the Python Language Server. Please file an issue if you require assistance writing a plugin. @@ -166,3 +167,4 @@ This project is made available under the MIT License. .. _pyls-isort: https://github.com/paradoxxxzero/pyls-isort .. _pyls-black: https://github.com/rupert/pyls-black .. _Black: https://github.com/ambv/black +.. _pyls-memestra: https://github.com/QuantStack/pyls-memestra