issues
search
microsoft
/
pyright
Static Type Checker for Python
Other
13.47k
stars
1.47k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Better support for accessing __args__ in runtime
#9495
PythonCoderAS
opened
3 hours ago
1
False positive reportPossiblyUnboundVariable with dynamic or lazy imports
#9494
ssbarnea
closed
1 hour ago
1
Decorator seems not to be applied to a function under some circumstances (inferred return type, recursive reference, loop, generator)
#9492
Azureblade3808
opened
13 hours ago
0
pyright does not infer list of Literals, but mypy does
#9491
Dr-Irv
closed
20 hours ago
6
Argument to class must be a base class
#9490
brianferri
opened
23 hours ago
1
Import resolution issue - pyright not using correct python
#9488
synapticarbors
closed
1 day ago
1
reportGeneralTypeIssues when overwriting type with default value, when removing optional.
#9487
ViktorClaesson
closed
1 day ago
2
Config file could not be parsed since version 1.1.389.
#9486
yclybouw
opened
1 day ago
4
Python 3.13 new `__firstlineno__` class attribute
#9484
koutoftimer
closed
1 day ago
1
Pyright doesn't full analyise flasks "abort()" when inside a function
#9483
TimmBmn
closed
1 day ago
1
Support `platform.system` for conditional evaluation
#9481
tobiasdiez
closed
2 days ago
2
Diagnostics error in Pyright LSP for `list.append` method and `dict.update` when using Neovim or Zed
#9480
codestantine
closed
3 days ago
1
allow use of `+=` manipulation on `__all__` when `__all__` is a tuple
#9479
tungol
closed
3 days ago
1
Invalid Unicode escapes in bytes literals
#9476
InSyncWithFoo
opened
5 days ago
1
Unpacking a union of tuples as function args
#9475
alwaysmpe
closed
5 days ago
2
Support reading builtins from `[tool.pyright]` in `pyproject.toml`
#9471
C0rn3j
closed
6 days ago
2
assigning a class with __call__ to dunder method shows the wrong type
#9470
adhami3310
opened
6 days ago
2
Fixed recent regression that results in incorrect narrowed type when …
#9469
erictraut
closed
6 days ago
1
Bare `Final` special form with dataclasses
#9468
Viicos
opened
1 week ago
3
Changed inference logic for exception groups to more closely match th…
#9467
erictraut
closed
1 week ago
1
Pyright should narrow `except*` to ExceptionGroup with non-base exceptions
#9466
erictraut
opened
1 week ago
0
Dynamically import smol-toml package
#9463
heejaechang
closed
1 week ago
4
Incorrectly reporting usage errors for decorated functions
#9465
abingham
closed
1 week ago
3
cached_property self type
#9464
cole-dda
opened
1 week ago
1
Attributes assigned in __init__ lose type information (`Literal["a string"]` becomes `str`)
#9461
mgedmin
closed
1 week ago
2
Handle Type Symmetry in Overloaded Descriptor Methods Based on `instance` Type
#9460
saryou
closed
1 week ago
5
un-narrowing to `Unknown` regression
#9457
beauxq
opened
1 week ago
0
False-positive type error using TypeVar with "is None" conditional
#9456
tpajenkamp-dspace
closed
1 week ago
1
Missing latest wheel
#9454
Kludex
closed
1 week ago
1
Fixed bug that results in the incorrect detection of an asymmetric de…
#9451
erictraut
closed
1 week ago
1
TypeVar-parameterized descriptor incorrectly flagged as asymmetric
#9450
saryou
closed
1 week ago
2
functions reversed in zip output
#9449
gk-sysdig
closed
1 week ago
2
CTRP-style bounded quantification and `verifytypes`
#9448
erictraut
opened
1 week ago
0
Pyright cant seem to find attributes of a package unless i explicitly reference them
#9447
CapedBojji
closed
1 week ago
2
`--ignoreexternal --verifytypes` false positive with manual `TypeAliasType`
#9446
jorenham
closed
1 week ago
2
Difference between `callable(param)` and `isinstance(param, typing.Callable)`
#9444
timrid
closed
1 week ago
1
Added check for overwriting a method within a class. This addresses #…
#9443
erictraut
closed
1 week ago
1
`reportUnnecessaryComparison` false positive
#9442
vient
closed
1 week ago
1
Possible bug with `isinstance` type-narrowing
#9441
tylerlaprade
opened
1 week ago
5
Unable to find import from namespace package (logs shows it's found but not used??)
#9439
ashb
closed
1 week ago
8
Doesn't work in some code and only shows '<variable>is not accessed'
#9440
veekxt
closed
1 week ago
2
Fixed a bug that results in a false negative when a class is used in …
#9438
erictraut
closed
1 week ago
1
Improved the "x is y" and "type(x) is y" type guards to better handle…
#9437
erictraut
closed
1 week ago
1
Added narrowing support for a TypedDict value, which can be assumed n…
#9436
erictraut
closed
1 week ago
1
`Optional[TypedDict] and SomeOtherType` should be inferred to be `Optional[SomeOtherType]`
#9435
mgedmin
closed
1 week ago
3
Fixed bug that leads to false positive when a method is overridden by…
#9434
erictraut
closed
1 week ago
1
Fixed bugs that resulted in false positive errors when using an expre…
#9433
erictraut
closed
1 week ago
1
Improved a confusing error message that results when a class is assig…
#9432
erictraut
closed
1 week ago
1
Fixed bug that results in a missing `reportUnknownArgumentType` error…
#9431
erictraut
closed
1 week ago
1
False positive metaclass conflict error
#9430
KoltesDigital
closed
1 week ago
7
Next