diff --git a/README.rst b/README.rst index cd53e853..5003cf9f 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_ for detecting 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. @@ -165,4 +166,5 @@ This project is made available under the MIT License. .. _pyls-mypy: https://github.com/tomv564/pyls-mypy .. _pyls-isort: https://github.com/paradoxxxzero/pyls-isort .. _pyls-black: https://github.com/rupert/pyls-black +.. _pyls-memestra: https://github.com/QuantStack/pyls-memestra .. _Black: https://github.com/ambv/black