Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency pyright to v1.1.385 #12764

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pyright ==1.1.383 -> ==1.1.385 age adoption passing confidence

Release Notes

RobertCraigie/pyright-python (pyright)

v1.1.385

Compare Source

v1.1.384

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

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


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

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

@srittau
Copy link
Collaborator

srittau commented Oct 10, 2024

The tests didn't like the rebase. Now there are multiple new errors, which seem unrelated.

@AlexWaygood
Copy link
Member

AlexWaygood commented Oct 10, 2024

The tests didn't like the rebase. Now there are multiple new errors, which seem unrelated.

It looks like the stubtest errors are also there on our main branch. I think it's because ubuntu-latest is now the 24.04 image when it used to be the 22.04 image. We've been seeing issues over in CPython as a result of that as well.

@renovate renovate bot force-pushed the renovate/pytype-and-pyright branch from 66e5cb8 to c135b44 Compare October 10, 2024 14:37
@renovate renovate bot changed the title Update dependency pyright to v1.1.384 Update pytype and pyright Oct 11, 2024
@renovate renovate bot force-pushed the renovate/pytype-and-pyright branch from c135b44 to b1cdea7 Compare October 11, 2024 10:52
@renovate renovate bot changed the title Update pytype and pyright Update dependency pyright to v1.1.384 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/pytype-and-pyright branch from b1cdea7 to 3acc9b9 Compare October 11, 2024 11:00
@Avasam
Copy link
Collaborator

Avasam commented Oct 11, 2024

The EllipsisType error looks like a new pyright false-positive?
NamedTuples can have default, and sometimes those default can't be represented easily in stubs (hence the use of ...)

In this case it was due to an issue with pytype, that I think should be resolved I now. But I feel all the same reasoning we use for ... in params should apply to NamedTuple defaults here.

Ah, srittau already opened an issue: microsoft/pyright#9191

@renovate renovate bot force-pushed the renovate/pytype-and-pyright branch from 3acc9b9 to 3b3b5ce Compare October 16, 2024 10:13
@renovate renovate bot changed the title Update dependency pyright to v1.1.384 Update dependency pyright to v1.1.385 Oct 16, 2024
@srittau srittau merged commit 6feca18 into main Oct 16, 2024
78 checks passed
@srittau srittau deleted the renovate/pytype-and-pyright branch October 16, 2024 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: dependencies 🤖 Dependency file updates by renovate 🤖
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants