What's Changed
- Update configuration.md with scoped rule example by @jmann345 in #434
- move pre-commit to a separate repo to prevent it from attempting to build the package when the hook gets installed (fixes crash introduced in 1.13.0) by @DetachHead in #440
- fix installing from github by @DetachHead in #448
- fix logic in
reportUnsafeMultipleInheritance
to correctly account for MRO by @DetachHead in #444 - update upstream pyright version to 1.1.369 by @DetachHead in #450
- don't report
reportUnreachable
onassert_never
calls by @DetachHead in #450
New Contributors
Full Changelog: v1.13.0...v1.13.1