Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 26 Apr 04:33
· 70 commits to master since this release
Immutable release. Only release title and notes can be modified.
v0.2.1
2f5ca7b

Fixed

  • remove-trailing-commas no longer strips the required comma from single-element tuple unpacks on the left-hand side of an assignment (for example (count,) = cursor.fetchone()), which would silently change the assignment's semantics.

Full Changelog: v0.2.0...v0.2.1