Skip to content

Pyright Configuration for CI Pipeline #9629

Pyright Configuration for CI Pipeline

Pyright Configuration for CI Pipeline #9629

Triggered via pull request March 18, 2024 18:31
Status Failure
Total duration 8m 24s
Artifacts 3

test.yml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

31 errors and 7 warnings
Test (ubuntu-latest, legacy): cursorless-talon/src/command.py#L31
Type of parameter "action" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
Test (ubuntu-latest, legacy): cursorless-talon/src/command.py#L38
Type of parameter "action" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
Test (ubuntu-latest, legacy): cursorless-talon/src/command.py#L45
Type of parameter "action" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
Test (ubuntu-latest, legacy): cursorless-talon/src/command.py#L59
Object of type "None" is not subscriptable (reportOptionalSubscript)
Test (ubuntu-latest, legacy): cursorless-talon/src/cursorless_command_server.py#L11
Type of parameter "command_id" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
Test (ubuntu-latest, legacy): cursorless-talon/src/cursorless_command_server.py#L20
Type of parameter "command_id" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
Test (ubuntu-latest, legacy): cursorless-talon/src/cursorless_command_server.py#L29
Type of parameter "command_id" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
Test (ubuntu-latest, legacy): cursorless-talon/src/scope_visualizer.py#L15
Type of parameter "scope_type" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
Test (ubuntu-latest, legacy): 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)
Test (ubuntu-latest, legacy): 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)
Test (ubuntu-latest, stable): cursorless-talon/src/command.py#L31
Type of parameter "action" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
Test (ubuntu-latest, stable): cursorless-talon/src/command.py#L38
Type of parameter "action" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
Test (ubuntu-latest, stable): cursorless-talon/src/command.py#L45
Type of parameter "action" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
Test (ubuntu-latest, stable): cursorless-talon/src/command.py#L59
Object of type "None" is not subscriptable (reportOptionalSubscript)
Test (ubuntu-latest, stable): cursorless-talon/src/cursorless_command_server.py#L11
Type of parameter "command_id" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
Test (ubuntu-latest, stable): cursorless-talon/src/cursorless_command_server.py#L20
Type of parameter "command_id" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
Test (ubuntu-latest, stable): cursorless-talon/src/cursorless_command_server.py#L29
Type of parameter "command_id" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
Test (ubuntu-latest, stable): cursorless-talon/src/scope_visualizer.py#L15
Type of parameter "scope_type" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
Test (ubuntu-latest, stable): 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)
Test (ubuntu-latest, stable): 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)
Test (macos-latest, stable)
Process completed with exit code 1.
Test (windows-latest, stable): cursorless-talon/src/command.py#L31
Type of parameter "action" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
Test (windows-latest, stable): cursorless-talon/src/command.py#L38
Type of parameter "action" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
Test (windows-latest, stable): cursorless-talon/src/command.py#L45
Type of parameter "action" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
Test (windows-latest, stable): cursorless-talon/src/command.py#L59
Object of type "None" is not subscriptable (reportOptionalSubscript)
Test (windows-latest, stable): cursorless-talon/src/cursorless_command_server.py#L11
Type of parameter "command_id" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
Test (windows-latest, stable): cursorless-talon/src/cursorless_command_server.py#L20
Type of parameter "command_id" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
Test (windows-latest, stable): cursorless-talon/src/cursorless_command_server.py#L29
Type of parameter "command_id" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
Test (windows-latest, stable): cursorless-talon/src/scope_visualizer.py#L15
Type of parameter "scope_type" must be a supertype of its class "Actions" (reportGeneralTypeIssues)
Test (windows-latest, stable): 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)
Test (windows-latest, stable): 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)
Test (ubuntu-latest, legacy)
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. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (ubuntu-latest, legacy): cursorless-talon/src/spoken_forms.py#L29
TypeVar "R" appears only once in generic function signature (reportInvalidTypeVarUse)
Test (ubuntu-latest, stable)
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/.
Test (ubuntu-latest, stable): cursorless-talon/src/spoken_forms.py#L29
TypeVar "R" appears only once in generic function signature (reportInvalidTypeVarUse)
Test (macos-latest, stable)
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/.
Test (windows-latest, stable)
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. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (windows-latest, stable): cursorless-talon/src/spoken_forms.py#L29
TypeVar "R" appears only once in generic function signature (reportInvalidTypeVarUse)

Artifacts

Produced during runtime
Name Size
dumps Expired
40 Bytes
logs Expired
2.79 MB
vsix Expired
457 KB