Skip to content

Python LSP Black v1.1.0

Compare
Choose a tag to compare
@haplo haplo released this 30 Jan 23:27
· 78 commits to master since this release
4c3b385

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

New Contributors

  • @jdost made their first contribution in #19