Commit graph

8431 commits

Author SHA1 Message Date
Rich Chiodo
1576956c32
Fix completions for typeddicts with errors (#11177)
Some checks failed
Run mypy_primer on push / Run mypy_primer on push (push) Has been cancelled
Validation / Typecheck (push) Has been cancelled
Validation / Style (push) Has been cancelled
Validation / Test macos-latest (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
Validation / Build (push) Has been cancelled
Validation / Required (push) Has been cancelled
2025-12-19 09:09:17 -08:00
charliecloudberry
45159a96da
Update installation.md (#11175)
Some checks failed
Validation / Typecheck (push) Has been cancelled
Validation / Style (push) Has been cancelled
Validation / Test macos-latest (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
Validation / Build (push) Has been cancelled
Validation / Required (push) Has been cancelled
Remove the hardcoded docs version from PyCharm documentation link
2025-12-17 08:27:28 -08:00
charliecloudberry
5f7ce347e8
Update PyCharm setup documentation (#11105)
Some checks failed
Validation / Typecheck (push) Has been cancelled
Validation / Style (push) Has been cancelled
Validation / Test macos-latest (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
Validation / Build (push) Has been cancelled
Validation / Required (push) Has been cancelled
2025-11-12 17:18:22 -08:00
Eric Traut
6f3b72c148
Fixed bug in type narrowing logic for sequence pattern matching. This addresses #11056. (#11085)
Some checks failed
Run mypy_primer on push / Run mypy_primer on push (push) Has been cancelled
Validation / Typecheck (push) Has been cancelled
Validation / Style (push) Has been cancelled
Validation / Test macos-latest (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
Validation / Build (push) Has been cancelled
Validation / Required (push) Has been cancelled
2025-11-02 00:12:13 -07:00
Eric Traut
89825e1c4e
Fixed regression that results in a false positive when using the pydantic.dataclasses.dataclass decorator. This addresses #11060. (#11084)
Some checks are pending
Run mypy_primer on push / Run mypy_primer on push (push) Waiting to run
Validation / Typecheck (push) Waiting to run
Validation / Style (push) Waiting to run
Validation / Test macos-latest (push) Blocked by required conditions
Validation / Test ubuntu-latest (push) Blocked by required conditions
Validation / Test windows-latest (push) Blocked by required conditions
Validation / Build (push) Blocked by required conditions
Validation / Required (push) Blocked by required conditions
2025-11-01 18:05:36 -07:00
Eric Traut
8d9df830e0
Fixed issue that prevents typeshed from eliminating typing._TypedDict. This addresses #11081. (#11083) 2025-11-01 17:53:06 -07:00
Bill Schnurr
906e40aadd
pull-pylance-with-pyright-1.1.407-20251029-180818 (#11072)
Some checks failed
Run mypy_primer on push / Run mypy_primer on push (push) Has been cancelled
Validation / Typecheck (push) Has been cancelled
Validation / Style (push) Has been cancelled
Validation / Test macos-latest (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
Validation / Build (push) Has been cancelled
Validation / Required (push) Has been cancelled
Co-authored-by: Azure Piplines <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-30 11:18:19 -07:00
Bill Schnurr
d2a4d57845
pull-pylance-with-pyright-1.1.407-20251024-224406 (#11059)
Some checks failed
Run mypy_primer on push / Run mypy_primer on push (push) Has been cancelled
Validation / Typecheck (push) Has been cancelled
Validation / Style (push) Has been cancelled
Validation / Test macos-latest (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
Validation / Build (push) Has been cancelled
Validation / Required (push) Has been cancelled
Co-authored-by: Azure Piplines <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Heejae Chang <1333179+heejaechang@users.noreply.github.com>
2025-10-25 00:10:44 +00:00
Rich Chiodo
de80320542 Update azure-pipelines-release.yml for Azure Pipelines
Some checks failed
Validation / Typecheck (push) Has been cancelled
Validation / Style (push) Has been cancelled
Validation / Test macos-latest (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
Validation / Build (push) Has been cancelled
Validation / Required (push) Has been cancelled
2025-10-22 09:58:55 -07:00
Rich Chiodo
e32067c4a2 Update azure-pipelines-release.yml for Azure Pipelines 2025-10-22 09:45:37 -07:00
Eric Traut
276448f4d1 Fixed package-lock files
Some checks failed
Validation / Typecheck (push) Waiting to run
Validation / Style (push) Waiting to run
Validation / Test macos-latest (push) Blocked by required conditions
Validation / Test ubuntu-latest (push) Blocked by required conditions
Validation / Test windows-latest (push) Blocked by required conditions
Validation / Build (push) Blocked by required conditions
Validation / Required (push) Blocked by required conditions
Run mypy_primer on push / Run mypy_primer on push (push) Has been cancelled
2025-10-21 22:54:44 -07:00
Eric Traut
783ee6761a Published 1.1.407 2025-10-21 19:19:10 -07:00
Eric Traut
f9fc2aa85a
Updated typeshed stubs to the latest version (#11051) 2025-10-21 19:17:53 -07:00
Eric Traut
5f599f9271
Added error reporting for unknown or unsupported config settings. This addresses #11040. (#11045)
Some checks failed
Run mypy_primer on push / Run mypy_primer on push (push) Has been cancelled
Validation / Typecheck (push) Has been cancelled
Validation / Style (push) Has been cancelled
Validation / Test macos-latest (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
Validation / Build (push) Has been cancelled
Validation / Required (push) Has been cancelled
2025-10-17 21:07:14 -07:00
Eric Traut
cadded6f4a
Fixed regression that results in --createstub doing nothing. This addresses #11043. (#11044) 2025-10-17 20:39:13 -07:00
Eric Traut
538053da7a
Fixed bug that causes a false negative when a TypedDict overrides a parent with extra_items that are not ReadOnly with a ReadOnly field. This addresses #11037. (#11038)
Some checks failed
Run mypy_primer on push / Run mypy_primer on push (push) Has been cancelled
Validation / Typecheck (push) Has been cancelled
Validation / Style (push) Has been cancelled
Validation / Test macos-latest (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
Validation / Build (push) Has been cancelled
Validation / Required (push) Has been cancelled
2025-10-15 22:13:38 -07:00
Eric Traut
ba3f0d4313
Fixed bug that results in a false positive when a namedtuple functional form is used with a field starting with an underscore and rename=True. This addresses #11033. (#11034)
Some checks failed
Run mypy_primer on push / Run mypy_primer on push (push) Has been cancelled
Validation / Typecheck (push) Has been cancelled
Validation / Style (push) Has been cancelled
Validation / Test macos-latest (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
Validation / Build (push) Has been cancelled
Validation / Required (push) Has been cancelled
2025-10-14 22:01:39 -07:00
Eric Traut
80eb0dccbe
Fixed bug in type narrowing for literal patterns. The runtime uses equality checks, so matching against the pattern 3 cannot necessarily narrow the type to Literal[3]. This addresses #11026. (#11028)
Some checks are pending
Run mypy_primer on push / Run mypy_primer on push (push) Waiting to run
Validation / Typecheck (push) Waiting to run
Validation / Style (push) Waiting to run
Validation / Test macos-latest (push) Blocked by required conditions
Validation / Test ubuntu-latest (push) Blocked by required conditions
Validation / Test windows-latest (push) Blocked by required conditions
Validation / Build (push) Blocked by required conditions
Validation / Required (push) Blocked by required conditions
2025-10-13 17:09:38 -07:00
Eric Traut
b1c9ae2bb8
Fixed bug that results in a false positive error when a with statement has a single parenthesized context manager. This addresses #11020. (#11024)
Some checks failed
Run mypy_primer on push / Run mypy_primer on push (push) Has been cancelled
Validation / Typecheck (push) Has been cancelled
Validation / Style (push) Has been cancelled
Validation / Test macos-latest (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
Validation / Build (push) Has been cancelled
Validation / Required (push) Has been cancelled
2025-10-11 12:13:48 -07:00
Eric Traut
346f74cb92
Fixed a bug that causes a @dataclass_transform to fail if the decorator returns a callback protocol rather than a Callable. This addresses #11015. (#11018)
Some checks failed
Validation / Test macos-latest (push) Has been cancelled
Validation / Style (push) Has been cancelled
Run mypy_primer on push / Run mypy_primer on push (push) Has been cancelled
Validation / Typecheck (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
Validation / Build (push) Has been cancelled
Validation / Required (push) Has been cancelled
2025-10-09 22:36:02 -07:00
Bill Schnurr
20aa20a100
Pull Pylance with Pyright 1.1.406 (#11010)
Some checks failed
Run mypy_primer on push / Run mypy_primer on push (push) Has been cancelled
Validation / Typecheck (push) Has been cancelled
Validation / Style (push) Has been cancelled
Validation / Test macos-latest (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
Validation / Build (push) Has been cancelled
Validation / Required (push) Has been cancelled
* pull-pylance-with-pyright-1.1.406-20251008-232729

* fixed linting issue

---------

Co-authored-by: Azure Piplines <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: HeeJae Chang <hechang@microsoft.com>
2025-10-08 17:02:24 -07:00
Eric Traut
9ed33cf7be
Fixed bug that results in a spurious error when running pyright on Python 3.14 but configured for Python 3.13 or earlier. This addresses #11003. (#11006)
Some checks are pending
Run mypy_primer on push / Run mypy_primer on push (push) Waiting to run
Validation / Typecheck (push) Waiting to run
Validation / Style (push) Waiting to run
Validation / Test macos-latest (push) Blocked by required conditions
Validation / Test ubuntu-latest (push) Blocked by required conditions
Validation / Test windows-latest (push) Blocked by required conditions
Validation / Build (push) Blocked by required conditions
Validation / Required (push) Blocked by required conditions
2025-10-07 22:38:52 -07:00
Eric Traut
6e877ddb10
Changed default Python version from 3.13 to 3.14 to reflect new stable version (#11004)
Some checks are pending
Run mypy_primer on push / Run mypy_primer on push (push) Waiting to run
Validation / Build (push) Blocked by required conditions
Validation / Typecheck (push) Waiting to run
Validation / Style (push) Waiting to run
Validation / Test macos-latest (push) Blocked by required conditions
Validation / Test ubuntu-latest (push) Blocked by required conditions
Validation / Test windows-latest (push) Blocked by required conditions
Validation / Required (push) Blocked by required conditions
2025-10-07 17:03:59 -07:00
Victorien
69a5d84961
Fixed bug that omit **kwargs parameter with an unpacked TypedDict with extra items. (#10997)
* Fixed bug that omit `**kwargs` parameter with an unpacked TypedDict with extra items. This addresses #10996.

* Fixes
2025-10-07 15:13:14 -07:00
Mike Barry
ed83d58de9
Eagerly exit isEnumClassWithMembers (#10990)
Some checks failed
Validation / Typecheck (push) Has been cancelled
Validation / Style (push) Has been cancelled
Run mypy_primer on push / Run mypy_primer on push (push) Has been cancelled
Validation / Test macos-latest (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
Validation / Build (push) Has been cancelled
Validation / Required (push) Has been cancelled
* Eagerly exit isEnumClassWithMembers

* Fix linting error

---------

Co-authored-by: Eric Traut <eric@traut.com>
2025-10-03 17:39:06 -07:00
Eric Traut
17f24b3480
Updated diagnostic message to include "standard" mode. This addresses #10988. (#10989)
Some checks are pending
Run mypy_primer on push / Run mypy_primer on push (push) Waiting to run
Validation / Typecheck (push) Waiting to run
Validation / Style (push) Waiting to run
Validation / Test macos-latest (push) Blocked by required conditions
Validation / Test ubuntu-latest (push) Blocked by required conditions
Validation / Test windows-latest (push) Blocked by required conditions
Validation / Build (push) Blocked by required conditions
Validation / Required (push) Blocked by required conditions
2025-10-02 15:43:14 -07:00
Rich Chiodo
30db40b689
Add users to notification list for manual validation (#10984)
Some checks are pending
Validation / Typecheck (push) Waiting to run
Validation / Style (push) Waiting to run
Validation / Test macos-latest (push) Blocked by required conditions
Validation / Test ubuntu-latest (push) Blocked by required conditions
Validation / Test windows-latest (push) Blocked by required conditions
Validation / Build (push) Blocked by required conditions
Validation / Required (push) Blocked by required conditions
2025-10-01 09:49:38 -07:00
Eric Traut
308f5c0f15 Published 1.1.406
Some checks failed
Validation / Typecheck (push) Waiting to run
Validation / Style (push) Waiting to run
Validation / Test macos-latest (push) Blocked by required conditions
Validation / Test ubuntu-latest (push) Blocked by required conditions
Validation / Test windows-latest (push) Blocked by required conditions
Validation / Build (push) Blocked by required conditions
Validation / Required (push) Blocked by required conditions
Run mypy_primer on push / Run mypy_primer on push (push) Has been cancelled
2025-09-30 16:30:01 -07:00
Eric Traut
38317d66f6
Fixed bug that results in false positive for module attributes that are synthesized for namespace modules. This addresses #10692. (#10972)
Some checks failed
Run mypy_primer on push / Run mypy_primer on push (push) Has been cancelled
Validation / Typecheck (push) Has been cancelled
Validation / Style (push) Has been cancelled
Validation / Test macos-latest (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
Validation / Required (push) Has been cancelled
Validation / Build (push) Has been cancelled
2025-09-27 23:01:49 -07:00
Eric Traut
676cd113ff
Fixed several bugs related to subscripts with unpack operators, notably when the unpack targets a tuple with a known length. This addresses #10723. (#10971) 2025-09-27 19:02:58 -07:00
Eric Traut
8996f91155 Removed remaining code that was left over from PEP 637, which was rejected. 2025-09-27 18:22:20 -07:00
Eric Traut
f7285d95d3
Added special casing in reportUnnecessaryComparison check for modules. This addresses #10706. (#10970) 2025-09-27 17:58:46 -07:00
Eric Traut
907028c4d2
Added check for the use of a NewType in a class pattern. This addresses #10784. (#10969) 2025-09-27 17:33:24 -07:00
Eric Traut
7b28a6103e
Updated typeshed stubs to the latest version (#10968) 2025-09-27 15:56:06 -07:00
Eric Traut
ad557b583f
Fixed bug that results in incorrect behavior when partial is applied to a function with a positional-only parameter separator. This addresses #10954. (#10967) 2025-09-27 15:37:56 -07:00
dependabot[bot]
6a92d60813
Bump tar-fs from 2.1.3 to 2.1.4 in /packages/vscode-pyright (#10965)
Some checks are pending
Validation / Typecheck (push) Waiting to run
Validation / Style (push) Waiting to run
Validation / Test macos-latest (push) Blocked by required conditions
Validation / Test ubuntu-latest (push) Blocked by required conditions
Validation / Test windows-latest (push) Blocked by required conditions
Validation / Build (push) Blocked by required conditions
Validation / Required (push) Blocked by required conditions
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.3 to 2.1.4.
- [Commits](https://github.com/mafintosh/tar-fs/compare/v2.1.3...v2.1.4)

---
updated-dependencies:
- dependency-name: tar-fs
  dependency-version: 2.1.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-26 23:44:11 -07:00
Steve Smith
b0fb77d488
Fixed bug that causes workspace edits to include annotation IDs without changeAnnotations field. (#10902)
Some checks failed
Run mypy_primer on push / Run mypy_primer on push (push) Has been cancelled
Validation / Typecheck (push) Has been cancelled
Validation / Style (push) Has been cancelled
Validation / Test macos-latest (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
Validation / Build (push) Has been cancelled
Validation / Required (push) Has been cancelled
* Fixed bug that causes workspace edits to include annotation IDs without changeAnnotations field. This addresses #10671.

* Extend bug fix for only including annotationId when changeAnnotations is provided to CreateFile, RenameFile, DeleteFile.

* Add unit tests.

* More idiomatic tests.

---------

Co-authored-by: Eric Traut <eric@traut.com>
2025-09-21 11:28:25 -07:00
el1s7
79ff3e3b1e
Fix literal overload completions in call arguments (#10762)
Some checks failed
Run mypy_primer on push / Run mypy_primer on push (push) Has been cancelled
Validation / Typecheck (push) Has been cancelled
Validation / Style (push) Has been cancelled
Validation / Build (push) Has been cancelled
Validation / Test macos-latest (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
Validation / Required (push) Has been cancelled
* Fix literal overload completions in call arguments

Skip the early return in _tryAddLiterals when inside a function‐call argument so that the call-argument literal completion logic runs and enumerates all Literal[...] overload values.

* Add unit test for overloaded Literal completions

* Format with prettier

---------

Co-authored-by: Eric Traut <eric@traut.com>
2025-09-19 09:54:23 -07:00
Eric Traut
1a46b0f006 Clarified implicit import rules in docs. 2025-09-19 09:10:28 -07:00
Rich Chiodo
97ae524744
Fix regression in symlinked files (#10944)
Some checks are pending
Run mypy_primer on push / Run mypy_primer on push (push) Waiting to run
Validation / Typecheck (push) Waiting to run
Validation / Test macos-latest (push) Blocked by required conditions
Validation / Style (push) Waiting to run
Validation / Test ubuntu-latest (push) Blocked by required conditions
Validation / Test windows-latest (push) Blocked by required conditions
Validation / Build (push) Blocked by required conditions
Validation / Required (push) Blocked by required conditions
* Fix regression in symlinked files

* Handle directory case too

* Fix prettier errors

* Add test and shortcut isDirectory check

* Fix prettier

* Test can only run in test env

* Formatting change

* Only call tryStat once

* Review feedback
2025-09-18 23:11:02 +00:00
Rich Chiodo
b122ef906b
Fix mypy_primer to run again (#10945) 2025-09-18 13:04:12 -07:00
Rich Chiodo
135fa85132
Subtle issue with change tracking when not doing analysis (#10918)
Some checks failed
Run mypy_primer on push / Run mypy_primer on push (push) Has been cancelled
Validation / Typecheck (push) Has been cancelled
Validation / Style (push) Has been cancelled
Validation / Test macos-latest (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
Validation / Build (push) Has been cancelled
Validation / Required (push) Has been cancelled
* Add test that shows failure

* Fix issue
2025-09-10 15:51:47 -07:00
Eric Traut
7905b1936a
Removed "reportShadowedImports" check and associated "renameShadowedFile" action. This feature is off by default in pyright although enabled by default in pylance. (#10891)
Some checks failed
Run mypy_primer on push / Run mypy_primer on push (push) Has been cancelled
Validation / Typecheck (push) Has been cancelled
Validation / Style (push) Has been cancelled
Validation / Test macos-latest (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
Validation / Build (push) Has been cancelled
Validation / Required (push) Has been cancelled
It's problematic for a number of reasons:
1. It's not a type checking feature. It's a linting feature, so it really don't belong in a type checker.
2. The implementation is very problematic because it introduces an inverted dependency. Namely, it causes the Checker to depend on a language server provider and source mapper.
3. This dependency results in significant performance problems when the check is enabled.

I'd prefer to leave this feature out permanently and ask users to rely on a linter if they want to enable a check like this. If the pylance team feels that this is really important to retain, then it should be reimplemented in a way that doesn't introduce bad dependencies and performance problems.
2025-09-08 09:35:09 -07:00
Eric Traut
b182c80288
Fixed bug that results in spurious errors when a wildcard import targets a traditional TypeVar with the same name as a PEP 695 TypeVar. This addresses #10900. (#10903)
Some checks failed
Run mypy_primer on push / Run mypy_primer on push (push) Has been cancelled
Validation / Typecheck (push) Has been cancelled
Validation / Style (push) Has been cancelled
Validation / Test macos-latest (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Build (push) Has been cancelled
Validation / Required (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
2025-09-06 21:46:27 -07:00
Eric Traut
eaa43e434b Reduced log level for "Skipping recursive symlink" when enumerating project files.
Some checks failed
Run mypy_primer on push / Run mypy_primer on push (push) Has been cancelled
Validation / Typecheck (push) Has been cancelled
Validation / Style (push) Has been cancelled
Validation / Test macos-latest (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
Validation / Build (push) Has been cancelled
Validation / Required (push) Has been cancelled
2025-09-04 20:58:46 -07:00
konsti
b4a158f48a
Clarify editable install behavior with setuptools and uv (#10888)
Some checks are pending
Validation / Typecheck (push) Waiting to run
Validation / Style (push) Waiting to run
Validation / Test macos-latest (push) Blocked by required conditions
Validation / Test ubuntu-latest (push) Blocked by required conditions
Validation / Test windows-latest (push) Blocked by required conditions
Validation / Build (push) Blocked by required conditions
Validation / Required (push) Blocked by required conditions
* Clarify editable install behavior with setuptools and uv

Following a user question in uv (https://github.com/astral-sh/uv/issues/15652), clarify the documentation around editables.

From my uv experience, import hooks breaking static type checkers is almost exclusively a setuptools problem (see e.g. https://github.com/astral-sh/uv/issues/1708#issuecomment-2174463476 and https://github.com/astral-sh/uv/issues/3898), so I clarified the docs that this is update using uv with setuptools.

* Update docs/import-resolution.md

Co-authored-by: DetachHead <57028336+DetachHead@users.noreply.github.com>

* Remove "generally"

---------

Co-authored-by: DetachHead <57028336+DetachHead@users.noreply.github.com>
2025-09-04 00:13:18 -07:00
Bill Schnurr
d64f3fa0a8
pull-pylance-with-pyright-1.1.404-20250902-204731 (#10885)
Some checks failed
Validation / Typecheck (push) Has been cancelled
Validation / Style (push) Has been cancelled
Run mypy_primer on push / Run mypy_primer on push (push) Has been cancelled
Validation / Test macos-latest (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
Validation / Build (push) Has been cancelled
Validation / Required (push) Has been cancelled
Co-authored-by: Azure Piplines <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-02 14:20:15 -07:00
Bill Schnurr
b7c1e79f41
pull-pylance-with-pyright-1.1.404-20250902-173744 (#10882)
Co-authored-by: Azure Piplines <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-02 12:21:18 -07:00
Eric Traut
7ee305848a Published 1.1.405.
Some checks are pending
Run mypy_primer on push / Run mypy_primer on push (push) Waiting to run
Validation / Typecheck (push) Waiting to run
Validation / Style (push) Waiting to run
Validation / Test macos-latest (push) Blocked by required conditions
Validation / Test ubuntu-latest (push) Blocked by required conditions
Validation / Test windows-latest (push) Blocked by required conditions
Validation / Build (push) Blocked by required conditions
Validation / Required (push) Blocked by required conditions
2025-09-02 10:04:19 -07:00
Eric Traut
bb13689b27
Fixed bug that results in false positive "reportPossiblyUnboundVariable" error on keyword argument names. This addresses #10811. (#10876)
Some checks failed
Run mypy_primer on push / Run mypy_primer on push (push) Has been cancelled
Validation / Typecheck (push) Has been cancelled
Validation / Style (push) Has been cancelled
Validation / Test macos-latest (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
Validation / Build (push) Has been cancelled
Validation / Required (push) Has been cancelled
2025-08-31 20:49:32 -07:00