aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pyls-black/pkg-descr
blob: 2e78d44366ad553a6dc16465f9a46f4a7e239415 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Black plugin for the Python Language Server.

- Can either format an entire file or just the selected text
- The code will only be formatted if it is syntactically valid
  Python
- Text selections are treated as if they were a separate
  Python file. This also means that an indented block of code
  cannot be formatted
- Will use your project's pyproject.toml if it has one.

Using pyls-black while yapf and autopep8 are installed, may
lead to unexpected results!

WWW: https://github.com/rupert/pyls-black