Skip to content

v3.0.1

Compare
Choose a tag to compare
@Pierre-Sassoulas Pierre-Sassoulas released this 05 Oct 20:11
· 235 commits to main since this release
f2cded4

False Positives Fixed

  • Fixed false positive for inherit-non-class for generic Protocols.

    Closes #9106

Other Changes

  • Fix a crash when an enum class which is also decorated with a dataclasses.dataclass decorator is defined.

    Closes #9100