What's Changed
- switch from nodejs-bin to nodejs-wheel by @lewis6991 in #323
- this should fix node errors on some older operating systems
- update upstream pyright version to 1.1.362 by @DetachHead in #340
- add option to ban unsafe multiple inheritance by @DetachHead in #334
- this makes
reportMissingSuperCall
less annoying, as it no longer needs to report missingsuper()
calls on classes with no base class whenreportUnsafeMultipleInheritance
is enabled
- this makes
New Contributors
- @lewis6991 made their first contribution in #323
Full Changelog: v1.11.0...v1.12.0