Skip to content

chore(passiv): Linting 1 #3

chore(passiv): Linting 1

chore(passiv): Linting 1 #3

Triggered via push January 19, 2025 20:02
Status Failure
Total duration 17s
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 (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`
Ruff (E501): cloud_archives/pv/passiv/passiv_monthly.py#L17
cloud_archives/pv/passiv/passiv_monthly.py:17:101: E501 Line too long (116 > 100)
Ruff (D202): cloud_archives/pv/passiv/passiv_monthly.py#L18
cloud_archives/pv/passiv/passiv_monthly.py:18:5: D202 No blank lines allowed after function docstring (found 1)
Ruff (D210): cloud_archives/pv/passiv/passiv_monthly.py#L18
cloud_archives/pv/passiv/passiv_monthly.py:18:5: D210 No whitespaces allowed surrounding docstring text
Ruff (D415): cloud_archives/pv/passiv/passiv_monthly.py#L18
cloud_archives/pv/passiv/passiv_monthly.py:18:5: D415 First line should end with a period, question mark, or exclamation point
Ruff (Q000): cloud_archives/pv/passiv/passiv_monthly.py#L27
cloud_archives/pv/passiv/passiv_monthly.py:27:22: Q000 Single quotes found but double quotes preferred
lint-typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636