Update dependency basedpyright to ~=1.39.3 #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/basedpyright-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
~=1.37.1→~=1.39.3Release Notes
detachhead/basedpyright (basedpyright)
v1.39.3: (pyright 1.1.409)Compare Source
What's Changed
Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.39.2...v1.39.3
v1.39.2: (pyright 1.1.409)Compare Source
What's Changed
Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.39.1...v1.39.2
v1.39.1: (pyright 1.1.409)Compare Source
What's Changed
Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.39.0...v1.39.1
v1.39.0: (pyright 1.1.408)Compare Source
What's Changed
new diagnostic rule -
reportEmptyAbstractUsagepyright only reports an error when you instantiate an abstract class that has unimplemented abstract methods. but a class that explicitly extends
ABC(or usesABCMeta) with no abstract methods can also be instantiated, and pyright has no issue with that:but the author of the class likely intended this class not to be used directly, and instead subtyped. so if a class extends
ABCbut defines no abstract methods, instantiating it is likely unintentional.the
reportEmptyAbstractUsagerule flags such instantiations. see the docs for more info.implemented by @KotlinIsland in DetachHead#1748 (some fixes by @detachhead in DetachHead#1766)
Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.38.4...v1.39.0
v1.38.4: (pyright 1.1.408)Compare Source
What's Changed
typing_extensionsauto-import being treated as first party by @beauxq in DetachHead#1754@core-js/pureto polyfill newer js features by @DetachHead in DetachHead#1760Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.38.3...v1.38.4
v1.38.3: (pyright 1.1.408)Compare Source
What's Changed
# pyright:ignore[reportImportCycles]code action because it doesn't work by @NCBM in DetachHead#1753Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.38.2...v1.38.3
v1.38.2: (pyright 1.1.408)Compare Source
What's Changed
Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.38.1...v1.38.2
v1.38.1: (pyright 1.1.408)Compare Source
What's Changed
TYPE_CHECKINGguards in match statements by @grahamcracker1234 in DetachHead#1726New Contributors
Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.38.0...v1.38.1
v1.38.0: (pyright 1.1.408)Compare Source
What's Changed
reportUnnecessaryCastreportUnusedCallResultreportSelfClsDefaultNew Contributors
Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.37.4...v1.38.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.
8bdc55dd830ded80c630