bump aiohttp version, fixes #73 #274
Annotations
10 errors and 2 warnings
Run jakebailey/pyright-action@v1:
revolt/permissions.py#L181
Condition will always evaluate to False since the types "str" and "Literal[True]" have no overlap (reportUnnecessaryComparison)
|
Run jakebailey/pyright-action@v1:
revolt/permissions.py#L185
Condition will always evaluate to False since the types "str" and "Literal[False]" have no overlap (reportUnnecessaryComparison)
|
Run jakebailey/pyright-action@v1:
revolt/ext/commands/checks.py#L37
Return type, "Command[Unknown]* | Command[CommandsClient]* | ((...) -> Any)", is partially unknown (reportUnknownVariableType)
|
Run jakebailey/pyright-action@v1:
revolt/ext/commands/client.py#L45
Type of "parent" is partially unknown
Type of "parent" is "Group[Unknown] | None" (reportUnknownMemberType)
|
Run jakebailey/pyright-action@v1:
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)
|
Run jakebailey/pyright-action@v1:
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)
|
Run jakebailey/pyright-action@v1:
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)
|
Run jakebailey/pyright-action@v1:
revolt/ext/commands/cooldown.py#L142
Return type, "Command[Unknown]* | object*", is partially unknown (reportUnknownVariableType)
|
Run jakebailey/pyright-action@v1:
revolt/ext/commands/help.py#L189
Unnecessary "cast" call; type is already "Group[ClientT_D@help_command_impl]" (reportUnnecessaryCast)
|
Run jakebailey/pyright-action@v1
9 errors
|
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/
|
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/
|
Loading