What's Changed
- fix
reportUnsafeMultipleInheritance
false positives when the class has a base class that does not define an__init__
or__init_subclass__
by @DetachHead in #351 - update pyright version to 1.1.363 by @DetachHead in #363
- fix
reportAbstractUsage
conflicting withreportMisssingSuperCall
by @DetachHead in #352
New Contributors
Full Changelog: v1.12.1...v1.12.2