We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab21397 commit ebb9b9cCopy full SHA for ebb9b9c
README.md
@@ -4,10 +4,14 @@
4
5
> [Black](https://github.com/ambv/black) plugin for the [Python Language Server](https://github.com/palantir/python-language-server).
6
7
+In the same `virtualenv` as `python-language-server`:
8
+
9
```shell
10
pip3 install pyls-black
11
```
12
13
+To avoid unexpected results you should make sure `yapf` and `autopep8` are not installed.
14
15
* `pyls-black` can either format an entire file or just the selected text.
16
* The code will only be formatted if it is syntactically valid Python.
17
* Text selections are treated as if they were a separate Python file.
0 commit comments