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 11# python-lsp-black
22
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 )
44[ ![ 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 )
55
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 ) .
77
88## Install
99
@@ -21,7 +21,7 @@ To avoid unexpected results you should make sure `yapf` and `autopep8` are not i
2121- The code will only be formatted if it is syntactically valid Python.
2222- Text selections are treated as if they were a separate Python file.
2323 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.
2525
2626# Development
2727
You can’t perform that action at this time.
0 commit comments