File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ Installing these plugins will add extra functionality to the language server:
48
48
49
49
* pyls-mypy _ Mypy type checking for Python 3
50
50
* pyls-isort _ Isort import sort code formatting
51
+ * pyls-black _ for code formatting using Black _
51
52
52
53
Please see the above repositories for examples on how to write plugins for the Python Language Server. Please file an
53
54
issue if you require assistance writing a plugin.
@@ -152,3 +153,5 @@ This project is made available under the MIT License.
152
153
.. _autopep8 : https://github.com/hhatto/autopep8
153
154
.. _pyls-mypy : https://github.com/tomv564/pyls-mypy
154
155
.. _pyls-isort : https://github.com/paradoxxxzero/pyls-isort
156
+ .. _pyls-black : https://github.com/rupert/pyls-black
157
+ .. _Black : https://github.com/ambv/black
You can’t perform that action at this time.
0 commit comments