Skip to content

Merge branch 'master' of github.com:dolfies/discord.py-self into refa… #488

Merge branch 'master' of github.com:dolfies/discord.py-self into refa…

Merge branch 'master' of github.com:dolfies/discord.py-self into refa… #488

Triggered via push December 27, 2023 21:14
Status Failure
Total duration 49s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
check: discord/http.py#L857
Cannot access member "status" for type "Response"   Member "status" is unknown (reportGeneralTypeIssues)
check: discord/state.py#L2833
Argument of type "VoiceStateUpdateEvent" cannot be assigned to parameter "data" of type "VoiceState" in function "_update_voice_state"   "channel_id" is not required in "type[VoiceState]"   "guild_id" is missing from "VoiceStateUpdateEvent" (reportGeneralTypeIssues)
check
2 errors
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)