mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-18 06:19:47 +08:00
Update pyright version to 1.1.350 (#11501)
If you're reading about this commit in an auto-generated changelog: this is an internal change that should have no impact on how these stubs are understood by static-analysis tools such as type checkers or IDEs
This commit is contained in:
@@ -64,7 +64,7 @@ class NoValue:
|
||||
__imul__ = list.__imul__
|
||||
__index__ = int.__index__
|
||||
# self instead of cls
|
||||
__init_subclass__ = plug # pyright: ignore[reportGeneralTypeIssues]
|
||||
__init_subclass__ = plug # pyright: ignore[reportAssignmentType]
|
||||
__int__ = int.__int__
|
||||
__invert__ = int.__invert__
|
||||
__ior__ = plug
|
||||
|
||||
Reference in New Issue
Block a user