File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# python-lsp-black
2
2
3
- [ ![ PyPI] ( https://img.shields.io/pypi/v/pyls-black.svg )] ( https://pypi.org/project/python-lsp-black ) [ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/ambv /black )
3
+ [ ![ PyPI] ( https://img.shields.io/pypi/v/pyls-black.svg )] ( https://pypi.org/project/python-lsp-black ) [ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf /black )
4
4
[ ![ Python] ( https://github.com/python-lsp/python-lsp-black/actions/workflows/python.yml/badge.svg )] ( https://github.com/python-lsp/python-lsp-black/actions/workflows/python.yml )
5
5
6
- > [ Black] ( https://github.com/ambv /black ) plugin for the [ Python LSP Server] ( https://github.com/python-lsp/python-lsp-server ) .
6
+ > [ Black] ( https://github.com/psf /black ) plugin for the [ Python LSP Server] ( https://github.com/python-lsp/python-lsp-server ) .
7
7
8
8
## Install
9
9
@@ -21,7 +21,7 @@ To avoid unexpected results you should make sure `yapf` and `autopep8` are not i
21
21
- The code will only be formatted if it is syntactically valid Python.
22
22
- Text selections are treated as if they were a separate Python file.
23
23
Unfortunately this means you can't format an indented block of code.
24
- - ` python-lsp-black ` will use your project's [ pyproject.toml] ( https://github.com/ambv /black#pyprojecttoml ) if it has one.
24
+ - ` python-lsp-black ` will use your project's [ pyproject.toml] ( https://github.com/psf /black#pyprojecttoml ) if it has one.
25
25
26
26
# Development
27
27
You can’t perform that action at this time.
0 commit comments