Skip to content

23.5.0

Compare
Choose a tag to compare
@yilei yilei released this 19 May 21:52
· 36 commits to pyink since this release
  • Existing parentheses around strings are no longer removed if the content does not fit on a single line. This is related to psf#3640 where we still want to keep the parentheses around the implicitly concatenated strings if the code already uses them, making it more obvious it's a single function argument.
  • --pyink-lines= now works with stdin inputs (#16).
  • Fixed compatibility issue on Python 3.7 (#13).