Skip to content

v1.15.1 (pyright 1.1.374)

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 14:36
· 873 commits to main since this release
cf11460

What's Changed

  • update upstream pyright version to 1.1.374 by @DetachHead in #533
    • discourage usage of the new enableReachabilityAnalysis option in favor of reportUnreachable which is more flexible. setting enableReachabilityAnalysis to false is treated as an alias for reportUnreachable = 'none'. more info here

Full Changelog: v1.15.0...v1.15.1