Skip to content

0.3.1

Compare
Choose a tag to compare
@rohaquinlop rohaquinlop released this 13 Mar 02:22
· 17 commits to main since this release

Release Notes

What's Changed

  • Require python >= 3.8
  • Fix the logic followed to calculate the cognitive complexity.
    • The assignment statements only add cognitive complexity when IfExp are being used.
    • BinOp by itself don't add cognitive complexity.
  • Add -s --sort optional parameter to sort the output.

PRs

Full Changelog: 0.3.0...0.3.1