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 frompylsp.pylsp_black
topylsp.black
. - Drop support for Python 3.7.
See CHANGELOG for full details.