Skip to content

fix git status check #14

fix git status check

fix git status check #14

Triggered via pull request August 28, 2024 15:43
Status Failure
Total duration 28s
Artifacts

Linter.yml

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

Annotations

4 errors
Ruff (ANN201): installation_and_upgrade/ibex_install_utils/tasks/git_tasks.py#L11
installation_and_upgrade/ibex_install_utils/tasks/git_tasks.py:11:9: ANN201 Missing return type annotation for public function `show_git_status`
Ruff (ANN201): installation_and_upgrade/ibex_install_utils/tasks/git_tasks.py#L15
installation_and_upgrade/ibex_install_utils/tasks/git_tasks.py:15:9: ANN201 Missing return type annotation for public function `checkout_to_release_branch`
Ruff (E501): installation_and_upgrade/ibex_install_utils/tasks/git_tasks.py#L68
installation_and_upgrade/ibex_install_utils/tasks/git_tasks.py:68:101: E501 Line too long (101 > 100)
call-workflow / ruff
Process completed with exit code 123.