Update dependency basedpyright to ~=1.39.8 #32
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.38.2→~=1.39.8Release Notes
detachhead/basedpyright (basedpyright)
v1.39.8: (pyright 1.1.410)Compare Source
What's Changed
pythonPlatformdocumentation, which differs from upstream by @DetachHead in DetachHead#1819New Contributors
Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.39.7...v1.39.8
v1.39.7: (pyright 1.1.410)Compare Source
What's Changed
basedpyright-langserverexecutable in the vscode extension unless running on windows by @DetachHead in DetachHead#1810basedpyright.disableLanguageServicesis set by @DetachHead in DetachHead#1815Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.39.6...v1.39.7
v1.39.6: (pyright 1.1.410)Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.39.5...v1.39.6
v1.39.5: (pyright 1.1.409)Compare Source
What's Changed
string.templatelibmodule when targeting python 3.14 by @DetachHead in DetachHead#1801Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.39.4...v1.39.5
v1.39.4: (pyright 1.1.409)Compare Source
What's Changed
map&filteras not subscriptable at runtime and don't show generic inlay hints for non-subscriptable types by @nfer in DetachHead#1797New Contributors
Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.39.3...v1.39.4
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
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.
Update dependency basedpyright to ~=1.39.0to Update dependency basedpyright to ~=1.39.1fddc8e0ea986315cae34Update dependency basedpyright to ~=1.39.1to Update dependency basedpyright to ~=1.39.286315cae3441262e1154Update dependency basedpyright to ~=1.39.2to Update dependency basedpyright to ~=1.39.341262e1154df9a6590ffdf9a6590ff2631f19e3cUpdate dependency basedpyright to ~=1.39.3to Update dependency basedpyright to ~=1.39.42631f19e3c79dd589788Update dependency basedpyright to ~=1.39.4to Update dependency basedpyright to ~=1.39.579dd5897885d19b2dd8b5d19b2dd8b0c93b11f01Update dependency basedpyright to ~=1.39.5to Update dependency basedpyright to ~=1.39.60c93b11f01642f5198b9Update dependency basedpyright to ~=1.39.6to Update dependency basedpyright to ~=1.39.7642f5198b9aa36acb716aa36acb71668d107a3f7Update dependency basedpyright to ~=1.39.7to Update dependency basedpyright to ~=1.39.8View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.