-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Possible bug with Something isn't working
regression
isinstance
type-narrowing
bug
#9441
opened Nov 11, 2024 by
tylerlaprade
Optional[TypedDict] and SomeOtherType
should be inferred to be Optional[SomeOtherType]
addressed in next version
#9435
opened Nov 9, 2024 by
mgedmin
False positive metaclass conflict error
addressed in next version
Issue is fixed and will appear in next published version
bug
Something isn't working
#9430
opened Nov 8, 2024 by
KoltesDigital
False negative Issue is fixed and will appear in next published version
bug
Something isn't working
raise None
addressed in next version
#9423
opened Nov 7, 2024 by
BeefaloKing
Match statement reassigning variable results in inconsistent type inference
addressed in next version
Issue is fixed and will appear in next published version
bug
Something isn't working
#9418
opened Nov 7, 2024 by
alessiogaldy
Pyright doesn't allow overriding methods with polymorphic functions
addressed in next version
Issue is fixed and will appear in next published version
bug
Something isn't working
#9417
opened Nov 7, 2024 by
LeeeeT
Handling forbidden combinations with Issue is fixed and will appear in next published version
enhancement request
New feature or request
except*
addressed in next version
#9416
opened Nov 7, 2024 by
erictraut
Invalid type syntax does not result in error
addressed in next version
Issue is fixed and will appear in next published version
bug
Something isn't working
#9415
opened Nov 7, 2024 by
erictraut
Syntax check for Issue is fixed and will appear in next published version
bug
Something isn't working
await
within non-async function is missing some conditions
addressed in next version
#9414
opened Nov 7, 2024 by
erictraut
Add syntax error check for control flow within Issue is fixed and will appear in next published version
enhancement request
New feature or request
except*
block
addressed in next version
#9413
opened Nov 7, 2024 by
erictraut
Failed to parse pyproject.toml
addressed in next version
Issue is fixed and will appear in next published version
bug
Something isn't working
#9412
opened Nov 7, 2024 by
CandiedCode
pyright incorrectly allows & parses Issue is fixed and will appear in next published version
enhancement request
New feature or request
await
in lambdas
addressed in next version
#9406
opened Nov 7, 2024 by
jakkdl
False Liskov negative in generic subclass with different type variable
bug
Something isn't working
#9405
opened Nov 7, 2024 by
LeeeeT
False negative Issue is fixed and will appear in next published version
bug
Something isn't working
reportUnboundVariable
for a generic class defined using PEP 695 syntax containing a forward reference to itself
addressed in next version
#9382
opened Nov 4, 2024 by
LeeeeT
Type-narrowing based on Something isn't working
x in y
bug
#9338
opened Oct 28, 2024 by
Azureblade3808
Extend New feature or request
reportPrivateImportUsage
to report use of symbols imported from private submodules in a "py.typed" library
enhancement request
#9008
opened Sep 16, 2024 by
erictraut
Pyright hangs on code involving polymorphic functions
bug
Something isn't working
#8987
opened Sep 13, 2024 by
LeeeeT
Incorrect handling of class that is a subtype of multiple constraints in a value-constrained TypeVar
bug
Something isn't working
#8631
opened Aug 1, 2024 by
erictraut
ProTip!
Adding no:label will show everything without a label.