Skip to content

Fix reportImplicitOverride error from _type_checker_internals.pyi (pyright) #14255

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

Closed
wants to merge 1 commit into from

Conversation

Geson-anko
Copy link

Bug Fix

I've fixed unintended error reportImplicitOverride of pyright from _type_checker_internals.pyi.

See original issue: microsoft/pyright#10484

@Geson-anko Geson-anko changed the title Fix reportImplicitOverride error from _type_checker_internals.pyi (pyright) Fix reportImplicitOverride error from _type_checker_internals.pyi (pyright) Jun 10, 2025
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@AlexWaygood
Copy link
Member

Thank you. However, we already discussed this change in #14115.

I don't think making this change to either typeshed directly or to pyright's vendored version of typeshed is the solution to this problem. However, the good news is that it looks like a fix for the issue has already landed on pyright's main branch, so I think this should be fixed in the next release of pyright. You'll have to ask the pyright maintainers when you can expect that release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants