Skip to content

Releases: google/pyink

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.