Skip to content

Cleanup

Cleanup #22

Triggered via push November 12, 2024 20:47
Status Failure
Total duration 19s
Artifacts

ruff.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (D205): scripts/oct_mat_to_zarr.py#L1
scripts/oct_mat_to_zarr.py:1:1: D205 1 blank line required between summary line and description
Ruff (D400): scripts/oct_mat_to_zarr.py#L1
scripts/oct_mat_to_zarr.py:1:1: D400 First line should end with a period
Ruff (ANN201): scripts/oct_mat_to_zarr.py#L46
scripts/oct_mat_to_zarr.py:46:5: ANN201 Missing return type annotation for public function `automap`
Ruff (ANN001): scripts/oct_mat_to_zarr.py#L46
scripts/oct_mat_to_zarr.py:46:13: ANN001 Missing type annotation for function argument `func`
Ruff (D400): scripts/oct_mat_to_zarr.py#L47
scripts/oct_mat_to_zarr.py:47:5: D400 First line should end with a period
Ruff (D401): scripts/oct_mat_to_zarr.py#L47
scripts/oct_mat_to_zarr.py:47:5: D401 First line of docstring should be in imperative mood: "Decorator to automatically map the array in the mat file"
Ruff (ANN202): scripts/oct_mat_to_zarr.py#L50
scripts/oct_mat_to_zarr.py:50:9: ANN202 Missing return type annotation for private function `wrapper`
Ruff (ANN001): scripts/oct_mat_to_zarr.py#L50
scripts/oct_mat_to_zarr.py:50:17: ANN001 Missing type annotation for function argument `inp`
Ruff (ANN001): scripts/oct_mat_to_zarr.py#L50
scripts/oct_mat_to_zarr.py:50:22: ANN001 Missing type annotation for function argument `out`
Ruff (ANN003): scripts/oct_mat_to_zarr.py#L50
scripts/oct_mat_to_zarr.py:50:32: ANN003 Missing type annotation for `**kwargs`