Description
Adds Black formatting support to python-lsp-server. Editors that use the Python language server can offer automatic formatting with Black as part of the coding workflow.
Formatting rewrites source files. Developers should use version control and review large formatting changes, especially when a project has its own style rules.