Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2025

This PR contains the following updates:

Package Type Update Change Pending
basedpyright feature-lint minor >=1.34.0 -> >=1.35.0 1.36.1 (+1)

Release Notes

DetachHead/basedpyright (basedpyright)

v1.35.0: (pyright 1.1.407)

What's Changed

improved completions for Literals and enums

in pyright/pylance, you only get completions for Literals that contain strings:

image

but in basedpyright, this now also works with Literals that contain other types, such as int, bool and Enum values:

image

unlike pyright/pylance, basedpyright now also supports completions for enum values:

image

this also works for other types of enums such as IntEnum and StrEnum

implemented by @​KurtBoehm in #​1644 & #​1658

Full Changelog: DetachHead/basedpyright@v1.34.0...v1.35.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 17, 2025
@renovate renovate bot force-pushed the renovate/basedpyright-1.x branch 2 times, most recently from 18b2850 to eec380e Compare December 22, 2025 14:14
@renovate renovate bot enabled auto-merge (squash) December 22, 2025 14:17
@renovate renovate bot force-pushed the renovate/basedpyright-1.x branch 2 times, most recently from d991531 to e6505d1 Compare December 22, 2025 16:29
@renovate renovate bot force-pushed the renovate/basedpyright-1.x branch from e6505d1 to b6d5191 Compare December 22, 2025 20:28
@renovate renovate bot merged commit 2dd98cd into main Dec 22, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant