How to Install and Uninstall python39-python-lsp-black Package on openSuSE Tumbleweed

Last updated: May 03,2024

1. Install "python39-python-lsp-black" package

Please follow the step by step instructions below to install python39-python-lsp-black on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-python-lsp-black

2. Uninstall "python39-python-lsp-black" package

Please follow the guidelines below to uninstall python39-python-lsp-black on openSuSE Tumbleweed:

$ sudo zypper remove python39-python-lsp-black

3. Information about the python39-python-lsp-black package on openSuSE Tumbleweed

Information for package python39-python-lsp-black:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-python-lsp-black
Version : 2.0.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 21.9 KiB
Installed : No
Status : not installed
Source package : python-python-lsp-black-2.0.0-2.1.src
Upstream URL : https://github.com/python-lsp/python-lsp-black
Summary : Black plugin for the Python LSP Server
Description :
Black plugin for the Python LSP Server
To avoid unexpected results you should make sure yapf and autopep8 are not installed.
- pyls-black 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.
Unfortunately this means you can't format an indented block of code.
- python-lsp-black will use your project's pyproject.toml if it has one.