Initial reworking (chunking at startup works :) #519
Annotations
7 errors and 5 warnings
Run Pyright:
discord/guild.py#L4901
No overloads for "chunk_guild" match the provided arguments
Argument types: (Self@Guild, list[Snowflake]) (reportGeneralTypeIssues)
|
Run Pyright:
discord/guild.py#L5035
Cannot access member "request_lazy_guild" for type "DiscordWebSocket"
Member "request_lazy_guild" is unknown (reportGeneralTypeIssues)
|
Run Pyright:
discord/guild.py#L5090
Cannot access member "request_lazy_guild" for type "DiscordWebSocket"
Member "request_lazy_guild" is unknown (reportGeneralTypeIssues)
|
Run Pyright:
discord/state.py#L585
Argument of type "dict[str, object]" cannot be assigned to parameter "__value" of type "BaseGuildSubscribePayload" in function "__setitem__"
"dict[str, object]" is incompatible with "BaseGuildSubscribePayload" (reportGeneralTypeIssues)
|
Run Pyright:
discord/state.py#L32
Import "group" is not accessed (reportUnusedImport)
|
Run Pyright
5 errors
|
Run black
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/setup-node@v3, jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Pyright:
discord/profile.py#L239
Unnecessary "# type: ignore" comment
|
Run Pyright:
discord/state.py#L2791
Unnecessary "# type: ignore" comment
|
Run Pyright:
discord/utils.py#L728
Unnecessary "# type: ignore" comment
|
Run Pyright:
discord/ext/commands/bot.py#L1056
Type variable "ContextT" may go unsolved if caller supplies no argument for parameter "cls"
Provide an overload that specifies the return type when the argument is not supplied (reportInvalidTypeVarUse)
|
The logs for this run have expired and are no longer available.
Loading