Skip to content

Bump typing-extensions from 4.10.0 to 4.12.2 #854

Bump typing-extensions from 4.10.0 to 4.12.2

Bump typing-extensions from 4.10.0 to 4.12.2 #854

Triggered via push June 10, 2024 13:06
Status Failure
Total duration 50s
Artifacts

pyright.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: scripts/decode.py#L66
Argument of type "(self: ConnectionState, msg: CMsgMulti) -> None" cannot be assigned to parameter "value" of type "ParserCallback[ConnectionState, ProtoMsgs]" in function "__setitem__"   Type "(self: ConnectionState, msg: CMsgMulti) -> None" is incompatible with type "(self: ConnectionState, msg: ProtoMsgs, /, *args: Any) -> (CoroutineType[Any, Any, Any] | Any)"     Parameter 2: type "ProtoMsgs" is incompatible with type "CMsgMulti"       Type "ProtoMsgs" is incompatible with type "CMsgMulti"         "Message" is incompatible with "CMsgMulti"     Parameter "*args" has no corresponding parameter (reportArgumentType)
build: scripts/decode.py#L68
Argument of type "(self: ConnectionState, msg: UnifiedMessage) -> None" cannot be assigned to parameter "value" of type "ParserCallback[ConnectionState, ProtoMsgs]" in function "__setitem__"   Type "(self: ConnectionState, msg: UnifiedMessage) -> None" is incompatible with type "(self: ConnectionState, msg: ProtoMsgs, /, *args: Any) -> (CoroutineType[Any, Any, Any] | Any)"     Parameter 2: type "ProtoMsgs" is incompatible with type "UnifiedMessage"       Type "ProtoMsgs" is incompatible with type "UnifiedMessage"         "Message" is incompatible with "UnifiedMessage"     Parameter "*args" has no corresponding parameter (reportArgumentType)
build: scripts/decode.py#L70
Argument of type "(self: ConnectionState, msg: UnifiedMessage) -> None" cannot be assigned to parameter "value" of type "ParserCallback[ConnectionState, ProtoMsgs]" in function "__setitem__"   Type "(self: ConnectionState, msg: UnifiedMessage) -> None" is incompatible with type "(self: ConnectionState, msg: ProtoMsgs, /, *args: Any) -> (CoroutineType[Any, Any, Any] | Any)"     Parameter 2: type "ProtoMsgs" is incompatible with type "UnifiedMessage"       Type "ProtoMsgs" is incompatible with type "UnifiedMessage"         "Message" is incompatible with "UnifiedMessage"     Parameter "*args" has no corresponding parameter (reportArgumentType)
build: steam/abc.py#L220
Operator "<" not supported for "None" (reportOptionalOperand)
build: steam/abc.py#L220
Operator "<" not supported for types "datetime" and "datetime | None"   Operator "<" not supported for types "datetime" and "None" (reportOperatorIssue)
build: steam/app.py#L35
Import "Tag" is not accessed (reportUnusedImport)
build: steam/app.py#L1423
Expected 1 positional argument (reportCallIssue)
build: steam/app.py#L1424
Expected 1 positional argument (reportCallIssue)
build: steam/app.py#L1425
Expected 1 positional argument (reportCallIssue)
build: steam/app.py#L1426
Expected 1 positional argument (reportCallIssue)
build: steam/client.py#L493
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
build: steam/client.py#L767
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
build: steam/enums.py#L124
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
build: steam/enums.py#L247
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
build: steam/errors.py#L93
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
build: steam/gateway.py#L692
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
build: steam/gateway.py#L693
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
build: steam/gateway.py#L694
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
build: steam/gateway.py#L696
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
build: steam/gateway.py#L697
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)