Skip to content

Chunk on guild join #520

Chunk on guild join

Chunk on guild join #520

Triggered via push February 1, 2024 05:58
Status Failure
Total duration 48s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 5 warnings
check: discord/guild.py#L4907
"members" is possibly unbound (reportUnboundVariable)
check: discord/guild.py#L5040
Cannot access member "request_lazy_guild" for type "DiscordWebSocket"   Member "request_lazy_guild" is unknown (reportGeneralTypeIssues)
check: discord/guild.py#L5095
Cannot access member "request_lazy_guild" for type "DiscordWebSocket"   Member "request_lazy_guild" is unknown (reportGeneralTypeIssues)
check: 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)
check: discord/state.py#L32
Import "group" is not accessed (reportUnusedImport)
check
5 errors
check
Process completed with exit code 1.
check
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/.
check: discord/profile.py#L239
Unnecessary "# type: ignore" comment
check: discord/state.py#L2790
Unnecessary "# type: ignore" comment
check: discord/utils.py#L728
Unnecessary "# type: ignore" comment
check: 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)