Skip to content

Add IdConverter for bare ID conversion #272

Add IdConverter for bare ID conversion

Add IdConverter for bare ID conversion #272

Triggered via pull request October 27, 2024 23:33
Status Failure
Total duration 36s
Artifacts

pyright.yml

on: pull_request
Matrix: pyright-type-checking
Matrix: pyright-type-completeness
Fit to window
Zoom out
Zoom in

Annotations

28 errors and 4 warnings
pyright-type-completeness (3.10)
Exit code 1
pyright-type-completeness (3.9)
The job was canceled because "_3_10" failed.
pyright-type-completeness (3.9)
The operation was canceled.
pyright-type-completeness (3.11)
The job was canceled because "_3_10" failed.
pyright-type-completeness (3.11)
The operation was canceled.
pyright-type-checking (3.10): revolt/permissions.py#L181
Condition will always evaluate to False since the types "str" and "Literal[True]" have no overlap (reportUnnecessaryComparison)
pyright-type-checking (3.10): revolt/permissions.py#L185
Condition will always evaluate to False since the types "str" and "Literal[False]" have no overlap (reportUnnecessaryComparison)
pyright-type-checking (3.10): revolt/ext/commands/checks.py#L37
Return type, "Command[Unknown]* | Command[CommandsClient]* | ((...) -> Any)", is partially unknown (reportUnknownVariableType)
pyright-type-checking (3.10): revolt/ext/commands/client.py#L45
Type of "parent" is partially unknown   Type of "parent" is "Group[Unknown] | None" (reportUnknownMemberType)
pyright-type-checking (3.10): revolt/ext/commands/client.py#L46
Argument type is partially unknown   Argument corresponds to parameter "object" in function "append"   Argument type is "Command[Unknown]" (reportUnknownArgumentType)
pyright-type-checking (3.10): revolt/ext/commands/cog.py#L32
Argument type is partially unknown   Argument corresponds to parameter "obj" in function "setattr"   Argument type is "Command[Unknown]" (reportUnknownArgumentType)
pyright-type-checking (3.10): revolt/ext/commands/cog.py#L34
Argument type is partially unknown   Argument corresponds to parameter "object" in function "append"   Argument type is "Command[Unknown]" (reportUnknownArgumentType)
pyright-type-checking (3.10): revolt/ext/commands/cooldown.py#L142
Return type, "Command[Unknown]* | object*", is partially unknown (reportUnknownVariableType)
pyright-type-checking (3.10): revolt/ext/commands/help.py#L189
Unnecessary "cast" call; type is already "Group[ClientT_D@help_command_impl]" (reportUnnecessaryCast)
pyright-type-checking (3.10)
9 errors
pyright-type-checking (3.9)
The job was canceled because "_3_10" failed.
pyright-type-checking (3.9): revolt/permissions.py#L181
Condition will always evaluate to False since the types "str" and "Literal[True]" have no overlap (reportUnnecessaryComparison)
pyright-type-checking (3.9): revolt/permissions.py#L185
Condition will always evaluate to False since the types "str" and "Literal[False]" have no overlap (reportUnnecessaryComparison)
pyright-type-checking (3.9): revolt/ext/commands/checks.py#L37
Return type, "Command[Unknown]* | Command[CommandsClient]* | ((...) -> Any)", is partially unknown (reportUnknownVariableType)
pyright-type-checking (3.9): revolt/ext/commands/client.py#L45
Type of "parent" is partially unknown   Type of "parent" is "Group[Unknown] | None" (reportUnknownMemberType)
pyright-type-checking (3.9): revolt/ext/commands/client.py#L46
Argument type is partially unknown   Argument corresponds to parameter "object" in function "append"   Argument type is "Command[Unknown]" (reportUnknownArgumentType)
pyright-type-checking (3.9): revolt/ext/commands/cog.py#L32
Argument type is partially unknown   Argument corresponds to parameter "obj" in function "setattr"   Argument type is "Command[Unknown]" (reportUnknownArgumentType)
pyright-type-checking (3.9): revolt/ext/commands/cog.py#L34
Argument type is partially unknown   Argument corresponds to parameter "object" in function "append"   Argument type is "Command[Unknown]" (reportUnknownArgumentType)
pyright-type-checking (3.9): revolt/ext/commands/cooldown.py#L142
Return type, "Command[Unknown]* | object*", is partially unknown (reportUnknownVariableType)
pyright-type-checking (3.9): revolt/ext/commands/help.py#L189
Unnecessary "cast" call; type is already "Group[ClientT_D@help_command_impl]" (reportUnnecessaryCast)
pyright-type-checking (3.9)
9 errors
pyright-type-checking (3.11)
The job was canceled because "_3_10" failed.
pyright-type-checking (3.11)
The operation was canceled.
pyright-type-completeness (3.10)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
pyright-type-completeness (3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, jakebailey/pyright-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
pyright-type-checking (3.10)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
pyright-type-checking (3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, jakebailey/pyright-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/