Pyright Configuration for CI Pipeline #9629
Annotations
10 errors and 2 warnings
Pyright:
cursorless-talon/src/command.py#L31
Type of parameter "action" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
|
Pyright:
cursorless-talon/src/command.py#L38
Type of parameter "action" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
|
Pyright:
cursorless-talon/src/command.py#L45
Type of parameter "action" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
|
Pyright:
cursorless-talon/src/command.py#L59
Object of type "None" is not subscriptable (reportOptionalSubscript)
|
Pyright:
cursorless-talon/src/cursorless_command_server.py#L11
Type of parameter "command_id" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
|
Pyright:
cursorless-talon/src/cursorless_command_server.py#L20
Type of parameter "command_id" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
|
Pyright:
cursorless-talon/src/cursorless_command_server.py#L29
Type of parameter "command_id" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
|
Pyright:
cursorless-talon/src/scope_visualizer.py#L15
Type of parameter "scope_type" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
|
Pyright:
cursorless-talon/src/snippets.py#L89
Argument of type "dict[Unknown, Unknown]" cannot be assigned to parameter "__value" of type "str" in function "__setitem__"
"dict[Unknown, Unknown]" is incompatible with "str" (reportGeneralTypeIssues)
|
Pyright:
cursorless-talon/src/snippets.py#L104
Argument of type "list[dict[Unknown, Unknown]]" cannot be assigned to parameter "__value" of type "str" in function "__setitem__"
"list[dict[Unknown, Unknown]]" is incompatible with "str" (reportGeneralTypeIssues)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Pyright:
cursorless-talon/src/spoken_forms.py#L29
TypeVar "R" appears only once in generic function signature (reportInvalidTypeVarUse)
|
Loading