Skip to content

Issues: microsoft/pyright

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Pyright parses *args overloads as kwargs? addressed in next version Issue is fixed and will appear in next published version bug Something isn't working
#9916 opened Feb 14, 2025 by Archmonger
__init__ is not ignored if __new__ has an explicit return type annotation of Any addressed in next version Issue is fixed and will appear in next published version bug Something isn't working spec compliance
#9909 opened Feb 13, 2025 by erictraut
extraneous reportArgumentType when calling super().__init__ addressed in next version Issue is fixed and will appear in next published version bug Something isn't working
#9901 opened Feb 12, 2025 by Alan-Chen99
False negative on unused import of nested modules bug Something isn't working
#9622 opened Dec 23, 2024 by draustin
Pylance taking very long to analyze files needs investigation Requires additional investigation to determine course of action
#9912 opened Dec 13, 2024 by apoorv-s
Pyright hangs on code involving polymorphic functions bug Something isn't working
#8987 opened Sep 13, 2024 by LeeeeT
ProTip! Exclude everything labeled bug with -label:bug.