We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
f2cded4
Fixed false positive for inherit-non-class for generic Protocols.
inherit-non-class
Closes #9106
Fix a crash when an enum class which is also decorated with a dataclasses.dataclass decorator is defined.
dataclasses.dataclass
Closes #9100