Skip to content

Python LSP Black v2.0.0

Latest
Compare
Choose a tag to compare
@ccordoba12 ccordoba12 released this 19 Dec 02:00
· 5 commits to master since this release

Main changes in this release:

  • Add support to format indented selections of code. This requires Black 23.11.0+
  • Change entrypoint name to be black. This changes the options namespace for this plugin from pylsp.pylsp_black to pylsp.black.
  • Drop support for Python 3.7.

See CHANGELOG for full details.

New Contributors