chore(deps): update dependency basedpyright to v1.32.1 #262
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.31.7->==1.32.1Release Notes
detachhead/basedpyright (basedpyright)
v1.32.1: (pyright 1.1.407)Compare Source
What's Changed
dataclass_transformthat was introduced in pyright 1.1.407 by @DetachHead in DetachHead#1595Full Changelog: DetachHead/basedpyright@v1.32.0...v1.32.1
v1.32.0: (pyright 1.1.407)Compare Source
What's Changed
enableBasedFeaturesuntil now, basedpyright-exclusive type checking features have mostly come in the form of an additional diagnostic rule that users have the option to disable. but this approach limits us from making any interesting breaking changes to the type system itself.
this release introduces a new setting called
enableBasedFeatures, which is disabled by default. enabling it will opt you into any changes we make that introduce breaking changes to the type system. in other words, if you're developing a library and expect your users to be using other type checkers, you should probably keep it disabled.currently only one feature is behind this flag: the new
skip_replaceargument to the@dataclass_transformdecorator, implemented by @decorator-factory in DetachHead#1568new diagnostic rule -
reportSelfClsDefaultPyright allows specifying a default value for
selfin instance methods andclsin class methods:this is almost certainly a mistake, so this new diagnostic rule will warn against it.
also implemented by @decorator-factory in DetachHead#1581
docs
other changes
basedpyrightinstead ofpythonwhen instantiating vscode'sLanguageClientso that the logging can be configured usingbasedpyright.trace.serverby @DetachHead in DetachHead#1583paramNameMissingby @NCBM in DetachHead#1588Full Changelog: DetachHead/basedpyright@v1.31.7...v1.32.0
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone UTC, Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone UTC.
🚦 Automerge: Enabled.
♻ 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.