Skip to content

v1.15.0 (pyright 1.1.373)

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 10:55
· 801 commits to main since this release
010fd19

What's Changed

  • fix intermittent errors in if not TYPE_CHECKING blocks by @DetachHead in #503
  • disable enableTypeIgnoreComments by default by @DetachHead in #504
    • it's recommended to use # pyright: ignore comments instead. see the docs for more info
  • improve documentation for contributors and explain how we keep up with upstream by @DetachHead in #505
  • don't reportAny on the Any type istelf by @DetachHead in #506
  • don't report unknown/any errors when casting by @DetachHead in #511
  • update upstream pyright version to 1.1.373 by @DetachHead in #518
  • Update pycharm installation instructions by @DetachHead in #519

Full Changelog: v1.14.0...v1.15.0