Skip to content

0.1.4

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 02:24
· 14 commits to master since this release

Bug Fixes 🐛

  • Ignore _ special identifiers, e.g. def f(_) and a, _, c = 1, 2, 3
  • Count unpacking targets in multiple assignments, e.g. a, b, c = d = 1, 2, 3