8000 Add pyls-black to README (#380) · llan-ml/python-lsp-server@0009935 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0009935

Browse files
rupertgatesn
authored andcommitted
Add pyls-black to README (python-lsp#380)
1 parent d294fe1 commit 0009935

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Installing these plugins will add extra functionality to the language server:
4848

4949
* pyls-mypy_ Mypy type checking for Python 3
5050
* pyls-isort_ Isort import sort code formatting
51+
* pyls-black_ for code formatting using Black_
5152

5253
Please see the above repositories for examples on how to write plugins for the Python Language Server. Please file an
5354
issue if you require assistance writing a plugin.
@@ -152,3 +153,5 @@ This project is made available under the MIT License.
152153
.. _autopep8: https://github.com/hhatto/autopep8
153154
.. _pyls-mypy: https://github.com/tomv564/pyls-mypy
154155
.. _pyls-isort: https://github.com/paradoxxxzero/pyls-isort
156+
.. _pyls-black: https://github.com/rupert/pyls-black
157+
.. _Black: https://github.com/ambv/black

0 commit comments

Comments
 (0)
0