Allow various cv2 components to be used with nqn_common components #31
Annotations
10 errors and 10 warnings
|
check 3.x
Process completed with exit code 1.
|
|
check 3.x
6 errors
|
|
check 3.x:
discord/webhook/async_.py#L751
No parameter named "cache" (reportCallIssue)
|
|
check 3.x:
discord/threads.py#L225
"PermissionOverwrite" is not defined (reportUndefinedVariable)
|
|
check 3.x:
discord/state.py#L401
Function with declared return type "GuildSticker" must return value on all code paths
"None" is not assignable to "GuildSticker" (reportReturnType)
|
|
check 3.x:
discord/interactions.py#L1394
No parameter named "cache" (reportCallIssue)
|
|
check 3.x:
discord/channel.py#L3379
Argument of type "PartialUser" cannot be assigned to parameter "data" of type "User" in function "store_user"
"bot" is missing from "PartialUser"
"system" is missing from "PartialUser"
"mfa_enabled" is missing from "PartialUser"
"locale" is missing from "PartialUser"
"verified" is missing from "PartialUser"
"email" is missing from "PartialUser"
"flags" is missing from "PartialUser"
"premium_type" is missing from "PartialUser" (reportArgumentType)
|
|
check 3.x:
discord/channel.py#L3204
Argument of type "PartialUser" cannot be assigned to parameter "data" of type "User" in function "store_user"
"bot" is missing from "PartialUser"
"system" is missing from "PartialUser"
"mfa_enabled" is missing from "PartialUser"
"locale" is missing from "PartialUser"
"verified" is missing from "PartialUser"
"email" is missing from "PartialUser"
"flags" is missing from "PartialUser"
"premium_type" is missing from "PartialUser" (reportArgumentType)
|
|
check 3.8
Process completed with exit code 1.
|
|
check 3.8
Exit code 1
|
|
check 3.x:
discord/embeds.py#L70
Import "typing_extensions" could not be resolved from source (reportMissingModuleSource)
|
|
check 3.x:
discord/components.py#L54
Import "typing_extensions" could not be resolved from source (reportMissingModuleSource)
|
|
check 3.x:
discord/colour.py#L33
Import "typing_extensions" could not be resolved from source (reportMissingModuleSource)
|
|
check 3.x:
discord/client.py#L85
Import "typing_extensions" could not be resolved from source (reportMissingModuleSource)
|
|
check 3.x:
discord/channel.py#L88
Import "typing_extensions" could not be resolved from source (reportMissingModuleSource)
|
|
check 3.x:
discord/automod.py#L36
Import "typing_extensions" could not be resolved from source (reportMissingModuleSource)
|
|
check 3.x:
discord/asset.py#L43
Import "typing_extensions" could not be resolved from source (reportMissingModuleSource)
|
|
check 3.x:
discord/activity.py#L852
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
|
|
check 3.x:
discord/abc.py#L76
Import "typing_extensions" could not be resolved from source (reportMissingModuleSource)
|
|
check 3.x:
discord/_types.py#L29
Import "typing_extensions" could not be resolved from source (reportMissingModuleSource)
|