chore(deps): update dependency basedpyright to v1.39.6#69
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
a358c85 to
38f4c01
Compare
38f4c01 to
ae2e3be
Compare
ae2e3be to
603e52a
Compare
603e52a to
717ade4
Compare
717ade4 to
180b8f0
Compare
180b8f0 to
9f9198d
Compare
9f9198d to
19edb9b
Compare
19edb9b to
0a96c83
Compare
0a96c83 to
b8216e4
Compare
fd17773 to
43a7d16
Compare
43a7d16 to
fe8b67b
Compare
fe8b67b to
5884f37
Compare
5884f37 to
aa557b7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.37.1→==1.39.6Release Notes
detachhead/basedpyright (basedpyright)
v1.39.6: (pyright 1.1.410)Compare Source
What's Changed
New Contributors
Full Changelog: DetachHead/basedpyright@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: DetachHead/basedpyright@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: DetachHead/basedpyright@v1.39.3...v1.39.4
v1.39.3: (pyright 1.1.409)Compare Source
What's Changed
Full Changelog: DetachHead/basedpyright@v1.39.2...v1.39.3
v1.39.2: (pyright 1.1.409)Compare Source
What's Changed
Full Changelog: DetachHead/basedpyright@v1.39.1...v1.39.2
v1.39.1: (pyright 1.1.409)Compare Source
What's Changed
Full Changelog: DetachHead/basedpyright@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: DetachHead/basedpyright@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: DetachHead/basedpyright@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: DetachHead/basedpyright@v1.38.2...v1.38.3
v1.38.2: (pyright 1.1.408)Compare Source
What's Changed
Full Changelog: DetachHead/basedpyright@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: DetachHead/basedpyright@v1.38.0...v1.38.1
v1.38.0: (pyright 1.1.408)Compare Source
What's Changed
reportUnnecessaryCastreportUnusedCallResultreportSelfClsDefaultNew Contributors
Full Changelog: DetachHead/basedpyright@v1.37.4...v1.38.0
v1.37.4: (pyright 1.1.408)Compare Source
What's Changed
$schemabeing reported as unrecognized setting in config files by @jaenw in DetachHead#1714New Contributors
Full Changelog: DetachHead/basedpyright@v1.37.3...v1.37.4
v1.37.3: (pyright 1.1.408)Compare Source
What's Changed
Neveris used in the left side of a call in the case block by @DetachHead in DetachHead#1711Full Changelog: DetachHead/basedpyright@v1.37.2...v1.37.3
v1.37.2: (pyright 1.1.408)Compare Source
What's Changed
Full Changelog: DetachHead/basedpyright@v1.37.1...v1.37.2
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.