Skip to content

feat(ci): Update non-default branch ci #1

feat(ci): Update non-default branch ci

feat(ci): Update non-default branch ci #1

Triggered via push January 19, 2025 19:55
Status Failure
Total duration 16s
Artifacts

branch_ci.yml

on: push
lint-typecheck
8s
lint-typecheck
test-unit
0s
test-unit
build-container
0s
build-container
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Ruff (D100): cloud_archives/pv/passiv/filenames.py#L1
cloud_archives/pv/passiv/filenames.py:1:1: D100 Missing docstring in public module
Ruff (ANN201): cloud_archives/pv/passiv/filenames.py#L4
cloud_archives/pv/passiv/filenames.py:4:5: ANN201 Missing return type annotation for public function `get_monthly_hf_file_name`
Ruff (D103): cloud_archives/pv/passiv/filenames.py#L4
cloud_archives/pv/passiv/filenames.py:4:5: D103 Missing docstring in public function
Ruff (ANN201): cloud_archives/pv/passiv/filenames.py#L8
cloud_archives/pv/passiv/filenames.py:8:5: ANN201 Missing return type annotation for public function `get_yearly_hf_file_name`
Ruff (D103): cloud_archives/pv/passiv/filenames.py#L8
cloud_archives/pv/passiv/filenames.py:8:5: D103 Missing docstring in public function
Ruff (D210): cloud_archives/pv/passiv/passiv_monthly.py#L1
cloud_archives/pv/passiv/passiv_monthly.py:1:1: D210 No whitespaces allowed surrounding docstring text
Ruff (D415): cloud_archives/pv/passiv/passiv_monthly.py#L1
cloud_archives/pv/passiv/passiv_monthly.py:1:1: D415 First line should end with a period, question mark, or exclamation point
Ruff (I001): cloud_archives/pv/passiv/passiv_monthly.py#L3
cloud_archives/pv/passiv/passiv_monthly.py:3:1: I001 Import block is un-sorted or un-formatted
Ruff (E401): cloud_archives/pv/passiv/passiv_monthly.py#L4
cloud_archives/pv/passiv/passiv_monthly.py:4:1: E401 Multiple imports on one line
Ruff (ANN201): cloud_archives/pv/passiv/passiv_monthly.py#L17
cloud_archives/pv/passiv/passiv_monthly.py:17:5: ANN201 Missing return type annotation for public function `get_monthly_passiv_data`
lint-typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636