Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pyright.tgz | 2025-09-30 | 4.1 MB | |
vscode-pyright.vsix | 2025-09-30 | 6.0 MB | |
Published 1.1.406 source code.tar.gz | 2025-09-30 | 4.4 MB | |
Published 1.1.406 source code.zip | 2025-09-30 | 7.7 MB | |
README.md | 2025-09-30 | 2.3 kB | |
Totals: 5 Items | 22.2 MB | 2 |
Changes:
- [308f5c] Published 1.1.406
- [38317d] Fixed bug that results in false positive for module attributes that are synthesized for namespace modules. This addresses [#10692]. (#10972)
- [676cd1] Fixed several bugs related to subscripts with unpack operators, notably when the unpack targets a tuple with a known length. This addresses [#10723]. (#10971)
- [8996f9] Removed remaining code that was left over from PEP 637, which was rejected.
- [f7285d] Added special casing in
reportUnnecessaryComparison
check for modules. This addresses [#10706]. (#10970) - [907028] Added check for the use of a
NewType
in a class pattern. This addresses [#10784]. (#10969) - [7b28a6] Updated typeshed stubs to the latest version (#10968)
- [ad557b] Fixed bug that results in incorrect behavior when
partial
is applied to a function with a positional-only parameter separator. This addresses [#10954]. (#10967) - [6a92d6] Bump tar-fs from 2.1.3 to 2.1.4 in /packages/vscode-pyright (#10965)
- [b0fb77] Fixed bug that causes workspace edits to include annotation IDs without changeAnnotations field. (#10902) [ [#10671] ]