From dcd1be0fc33d07c7556f20b978fb40039298b3fd Mon Sep 17 00:00:00 2001 From: Mariana Meireles Date: Fri, 12 Mar 2021 17:23:55 +0000 Subject: [PATCH] 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. --- README.rst | 2 ++ 1 file changed, 2 insertions(+) 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