Skip to content

Version 0.15.2

Compare
Choose a tag to compare
@sobolevn sobolevn released this 27 Feb 12:22
· 984 commits to master since this release
b8260e7

Bugfixes

  • Fixes BitwiseAndBooleanMixupViolation work with PEP 604 union types #1884
  • Fixes CognitiveModuleComplexityViolation to not trigger
    for a single-item modules
  • Fixes that ConstantConditionViolation was not reported for a BoolOp
  • Functions and methods marked as @overload or @typing.overload
    do not count in complexity rules

Misc

  • Updates GitHub Action's base Python image version to 3.8.8