Python LSP Black v1.1.0
Backwards-compatible release that adds compatibility with Black 22.1.0, which introduced a breaking change in its internal API.
Also included in this release is global configuration file support for Black.
See CHANGELOG for details.
What's Changed
- Support global config as a fallback by @jdost in #19
- Fix TypeError when formatting with black 22.1.0+ by @wlcx in #30