[ty] Sync vendored typeshed stubs (#22302)

Co-authored-by: typeshedbot <>
Co-authored-by: Alex Waygood <alex.waygood@gmail.com>
This commit is contained in:
github-actions[bot]
2025-12-30 17:24:13 +00:00
committed by GitHub
parent 5013752c6c
commit 7173c7ea3f
35 changed files with 2087 additions and 401 deletions

View File

@@ -91,14 +91,14 @@ error[missing-argument]: No argument provided for required parameter `arg` of bo
7 | from typing_extensions import deprecated
|
info: Parameter declared here
--> stdlib/typing_extensions.pyi:1001:28
--> stdlib/typing_extensions.pyi:1341:28
|
999 | stacklevel: int
1000 | def __init__(self, message: LiteralString, /, *, category: type[Warning] | None = ..., stacklevel: int = 1) -> None: ...
1001 | def __call__(self, arg: _T, /) -> _T: ...
1339 | stacklevel: int
1340 | def __init__(self, message: LiteralString, /, *, category: type[Warning] | None = ..., stacklevel: int = 1) -> None: ...
1341 | def __call__(self, arg: _T, /) -> _T: ...
| ^^^^^^^
1002 |
1003 | @final
1342 |
1343 | @final
|
info: rule `missing-argument` is enabled by default