Skip to content

Add summer update script #13

Add summer update script

Add summer update script #13

Triggered via pull request August 28, 2024 10:16
Status Failure
Total duration 29s
Artifacts

Linter.yml

on: pull_request
call-workflow  /  ruff
7s
call-workflow / ruff
call-workflow  /  pyright
20s
call-workflow / pyright
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (ANN204): installation_and_upgrade/ibex_install_utils/install_tasks.py#L22
installation_and_upgrade/ibex_install_utils/install_tasks.py:22:9: ANN204 Missing return type annotation for special method `__init__`
Ruff (ANN001): installation_and_upgrade/ibex_install_utils/install_tasks.py#L24
installation_and_upgrade/ibex_install_utils/install_tasks.py:24:9: ANN001 Missing type annotation for function argument `user_prompt`
Ruff (ANN001): installation_and_upgrade/ibex_install_utils/install_tasks.py#L25
installation_and_upgrade/ibex_install_utils/install_tasks.py:25:9: ANN001 Missing type annotation for function argument `server_source_dir`
Ruff (ANN001): installation_and_upgrade/ibex_install_utils/install_tasks.py#L26
installation_and_upgrade/ibex_install_utils/install_tasks.py:26:9: ANN001 Missing type annotation for function argument `client_source_dir`
Ruff (ANN001): installation_and_upgrade/ibex_install_utils/install_tasks.py#L27
installation_and_upgrade/ibex_install_utils/install_tasks.py:27:9: ANN001 Missing type annotation for function argument `genie_python3_dir`
Ruff (ANN001): installation_and_upgrade/ibex_install_utils/install_tasks.py#L28
installation_and_upgrade/ibex_install_utils/install_tasks.py:28:9: ANN001 Missing type annotation for function argument `ibex_version`
Ruff (ANN001): installation_and_upgrade/ibex_install_utils/install_tasks.py#L29
installation_and_upgrade/ibex_install_utils/install_tasks.py:29:9: ANN001 Missing type annotation for function argument `file_utils`
Ruff (ANN205): installation_and_upgrade/ibex_install_utils/install_tasks.py#L114
installation_and_upgrade/ibex_install_utils/install_tasks.py:114:9: ANN205 Missing return type annotation for staticmethod `icp_in_labview_modules`
Ruff (ANN201): installation_and_upgrade/ibex_install_utils/install_tasks.py#L121
installation_and_upgrade/ibex_install_utils/install_tasks.py:121:9: ANN201 Missing return type annotation for public function `run_test_update`
Ruff (ANN201): installation_and_upgrade/ibex_install_utils/install_tasks.py#L139
installation_and_upgrade/ibex_install_utils/install_tasks.py:139:9: ANN201 Missing return type annotation for public function `remove_all_and_install_client_and_server`