Skip to content

Config Ref man

Config Ref man #3550

Triggered via pull request October 3, 2024 18:30
Status Failure
Total duration 11m 11s
Artifacts

overall-tests.yml

on: pull_request
Matrix: partial-tests / standalone_tests
Matrix: partial-tests / submit_tests
Matrix: partial-tests / tests
Matrix: intermittent-tests
Matrix: overall-tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
partial-tests / linter: taipy/core/config/job_config.py#L43
Incompatible types in assignment (expression has type "str | None", variable has type "str") [assignment]
partial-tests / linter: taipy/core/config/task_config.py#L72
Incompatible types in assignment (expression has type "Callable[..., Any] | None", variable has type "Callable[..., Any]") [assignment]
partial-tests / linter: taipy/core/config/task_config.py#L118
Incompatible types in assignment (expression has type "None", variable has type "Callable[..., Any]") [assignment]
partial-tests / linter: taipy/core/config/scenario_config.py#L85
Item "function" of "list[Callable[..., Any]] | Callable[..., Any]" has no attribute "extend" [union-attr]
partial-tests / linter: taipy/core/config/scenario_config.py#L87
Item "function" of "list[Callable[..., Any]] | Callable[..., Any]" has no attribute "append" [union-attr]
partial-tests / linter: taipy/core/config/scenario_config.py#L143
Value of type "dict[str, list[Callable[..., Any]] | Callable[..., Any]] | None" is not indexable [index]
partial-tests / linter: taipy/core/config/scenario_config.py#L143
Item "function" of "list[Callable[..., Any]] | Callable[..., Any] | Any" has no attribute "append" [union-attr]
partial-tests / linter: taipy/core/config/scenario_config.py#L147
Unsupported right operand type for in ("dict[str, list[Callable[..., Any]] | Callable[..., Any]] | None") [operator]
partial-tests / linter: taipy/core/config/scenario_config.py#L148
Item "None" of "dict[str, list[Callable[..., Any]] | Callable[..., Any]] | None" has no attribute "__delitem__" [union-attr]
partial-tests / linter: taipy/core/config/scenario_config.py#L159
Item "None" of "dict[str, list[TaskConfig]] | None" has no attribute "update" [union-attr]
coverage
The following actions use a deprecated Node.js version and will be forced to run on node20: orgoro/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/