Skip to content

v1.13.1 (pyright 1.1.369)

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jun 22:19
· 1068 commits to main since this release

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 on assert_never calls by @DetachHead in #450

New Contributors

Full Changelog: v1.13.0...v1.13.1