Skip to content

Python LSP Black v1.2.0

Compare
Choose a tag to compare
@haplo haplo released this 28 Mar 18:38
· 54 commits to master since this release
dacfb8a

This release fixes formatting of Python files with non-UNIX line endings, adds plugin configuration support and black configuration caching to improve performance.

See CHANGELOG for details.

What's Changed

  • Official support for Python 3.10 by @wlcx (PR 31).
  • Correctly format files and ranges with line endings other than LF by @ccordoba12 (PR 28).
  • Plugin configuration support and black configuration caching by @ccordoba12 and @haplo (PR 26).
  • Fixed PyPI badge in Readme (PR 32).
  • Updated pre-commit hooks' versions (PR 33).