From 9740902630ca5bf94deb84a6a0862bb80243f79c Mon Sep 17 00:00:00 2001 From: Mariana Meireles Date: Mon, 15 Mar 2021 15:54:36 +0000 Subject: [PATCH 1/2] 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 cd53e853..25749474 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. @@ -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 From ce47547f1a7789b92b0c76f8ee4ae0bedd809c3d Mon Sep 17 00:00:00 2001 From: Mariana Meireles Date: Thu, 18 Mar 2021 12:30:44 +0000 Subject: [PATCH 2/2] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 25749474..5003cf9f 100644 --- a/README.rst +++ b/README.rst @@ -52,7 +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. +* 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.