deps: replace language handler library #134
Annotations
8 errors
Run Pyright:
somnus/discord_provider.py#L747
Argument missing for parameter "url" (reportCallIssue)
|
Run Pyright:
somnus/discord_provider.py#L782
Argument of type "GuildChannel | Thread | PrivateChannel | None" cannot be assigned to parameter "channel" of type "TextChannel" in function "_inactivity_shutdown_verification"
Type "GuildChannel | Thread | PrivateChannel | None" is not assignable to type "TextChannel"
"CategoryChannel" is not assignable to "TextChannel" (reportArgumentType)
|
Run Pyright:
somnus/discord_provider.py#L787
Cannot access attribute "edit" for class "Literal[True]"
Attribute "edit" is unknown (reportAttributeAccessIssue)
|
Run Pyright:
somnus/discord_provider.py#L793
Cannot access attribute "edit" for class "Literal[True]"
Attribute "edit" is unknown (reportAttributeAccessIssue)
|
Run Pyright:
somnus/discord_provider.py#L798
Cannot access attribute "edit" for class "Literal[True]"
Attribute "edit" is unknown (reportAttributeAccessIssue)
|
Run Pyright:
somnus/logic/stop.py#L92
Argument missing for parameter "shutdown" (reportCallIssue)
|
Run Pyright:
somnus/logic/world_selector.py#L93
Function with declared return type "WorldSelectorWorld" must return value on all code paths
"None" is not assignable to "WorldSelectorWorld" (reportReturnType)
|
Run Pyright
7 errors
|
Loading