Releases: google/pyink
Releases · google/pyink
23.1.1
This release is based on psf@9c8464c.
- Fixed a bug where a module docstring ends with a line that's LineLength-3 to LineLength long, an extra empty line was added.
- Fixed a bug when running Pyink on Python 3.8 and earlier (#3).
- Do not explode immediately nested literals that have a trailing comma in the body.
23.1.0
This release is based on Black v23.1.0.
- Temporarily disabled the following Black future style changes:
- Fixed a bug in incremental formatting (
--pyink_lines=
) where pairs of# fmt: off/on
are used outside of the line ranges. - Fixed a bug in incremental formatting (
--pyink_lines=
) when part of the match statement is changed.