0.3.1
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.
- The assignment statements only add cognitive complexity when
- Add
-s
--sort
optional parameter to sort the output.
PRs
- feat(build|report|docs): #27 Add sort option to the output by @rohaquinlop in #30
- fix(algorithm): #16 fix cognitive complexity by @rohaquinlop in #34
- feat(build): #31 require python >= 3.8 by @rohaquinlop in #35
Full Changelog: 0.3.0...0.3.1