mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Bump pyright to 1.1.332 (#10904)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
@@ -98,5 +98,5 @@ select = [
|
||||
]
|
||||
|
||||
[tool.typeshed]
|
||||
pyright_version = "1.1.330"
|
||||
pyright_version = "1.1.332"
|
||||
oldest_supported_python = "3.7"
|
||||
|
||||
@@ -47,7 +47,7 @@ Unused: TypeAlias = object
|
||||
# _SentinelType = NewType("_SentinelType", object)
|
||||
# sentinel: _SentinelType
|
||||
# def foo(x: int | None | _SentinelType = ...) -> None: ...
|
||||
sentinel = Any # noqa: Y026
|
||||
sentinel: Any
|
||||
|
||||
# stable
|
||||
class IdentityFunction(Protocol):
|
||||
|
||||
Reference in New Issue
Block a user