Skip to content

add upgrade step for CAENV895 #7

add upgrade step for CAENV895

add upgrade step for CAENV895 #7

Triggered via pull request August 9, 2024 14:40
Status Failure
Total duration 31s
Artifacts

linter.yml

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

Annotations

6 errors
call-workflow / ruff
Process completed with exit code 123.
Ruff (E501): src/upgrade_step_from_14p0p0.py#L9
src/upgrade_step_from_14p0p0.py:9:101: E501 Line too long (115 > 100)
Ruff (ANN201): src/upgrade_step_from_14p0p0.py#L11
src/upgrade_step_from_14p0p0.py:11:9: ANN201 Missing return type annotation for public function `perform`
Ruff (ANN001): src/upgrade_step_from_14p0p0.py#L11
src/upgrade_step_from_14p0p0.py:11:23: ANN001 Missing type annotation for function argument `file_access`
Ruff (ANN001): src/upgrade_step_from_14p0p0.py#L11
src/upgrade_step_from_14p0p0.py:11:36: ANN001 Missing type annotation for function argument `logger`
call-workflow / ruff
Process completed with exit code 123.