Skip to content

Releases: google/pyink

23.1.1

07 Mar 01:44
Compare
Choose a tag to compare

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

08 Feb 19:04
Compare
Choose a tag to compare

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.

22.12.0

13 Dec 21:00
Compare
Choose a tag to compare

This release is based on psf@96e62c5 (two bugfix commits ahead of Black v22.12.0).

Other changes:

  • Prefer splitting right hand side of assignment statements (see psf#1498, this is being upstreamed in psf#3368).

22.10.0

20 Oct 20:10
Compare
Choose a tag to compare
  • Initial release based on Black 22.10.0.