Bump aiohttp from 3.9.3 to 3.9.5 #781
Annotations
10 errors and 10 warnings
Run jakebailey/pyright-action@v2:
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)
|
Run jakebailey/pyright-action@v2:
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)
|
Run jakebailey/pyright-action@v2:
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)
|
Run jakebailey/pyright-action@v2:
steam/app.py#L35
Import "Tag" is not accessed (reportUnusedImport)
|
Run jakebailey/pyright-action@v2:
steam/app.py#L1423
Expected 1 positional argument (reportCallIssue)
|
Run jakebailey/pyright-action@v2:
steam/app.py#L1424
Expected 1 positional argument (reportCallIssue)
|
Run jakebailey/pyright-action@v2:
steam/app.py#L1425
Expected 1 positional argument (reportCallIssue)
|
Run jakebailey/pyright-action@v2:
steam/app.py#L1426
Expected 1 positional argument (reportCallIssue)
|
Run jakebailey/pyright-action@v2:
steam/app.py#L1427
Expected 1 positional argument (reportCallIssue)
|
Run jakebailey/pyright-action@v2:
steam/chat.py#L209
Type argument for "Generic" must be a type variable
|
Run jakebailey/pyright-action@v2:
steam/client.py#L493
Unnecessary "# type: ignore" comment
|
Run jakebailey/pyright-action@v2:
steam/client.py#L762
Unnecessary "# type: ignore" comment
|
Run jakebailey/pyright-action@v2:
steam/enums.py#L124
Unnecessary "# type: ignore" comment
|
Run jakebailey/pyright-action@v2:
steam/enums.py#L247
Unnecessary "# type: ignore" comment
|
Run jakebailey/pyright-action@v2:
steam/errors.py#L93
Unnecessary "# type: ignore" comment
|
Run jakebailey/pyright-action@v2:
steam/gateway.py#L692
Unnecessary "# type: ignore" comment
|
Run jakebailey/pyright-action@v2:
steam/gateway.py#L693
Unnecessary "# type: ignore" comment
|
Run jakebailey/pyright-action@v2:
steam/gateway.py#L694
Unnecessary "# type: ignore" comment
|
Run jakebailey/pyright-action@v2:
steam/gateway.py#L696
Unnecessary "# type: ignore" comment
|
Run jakebailey/pyright-action@v2:
steam/gateway.py#L697
Unnecessary "# type: ignore" comment
|
Loading