Skip to content

Merge pull request #25 from my-PV/dependabot/github_actions/release-d… #68

Merge pull request #25 from my-PV/dependabot/github_actions/release-d…

Merge pull request #25 from my-PV/dependabot/github_actions/release-d… #68

Triggered via push August 21, 2026 11:30
Status Failure
Total duration 12s
Artifacts

check-format.yml

on: push
ruff check
7s
ruff check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
ruff (RUF012): custom_components/my_pv/water_heater.py#L54
custom_components/my_pv/water_heater.py:54:28: RUF012 Mutable default value for class attribute help: Consider initializing in `__init__` or annotating with `typing.ClassVar`
ruff (I001): custom_components/my_pv/water_heater.py#L3
custom_components/my_pv/water_heater.py:3:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (SIM114): custom_components/my_pv/sensor.py#L172
custom_components/my_pv/sensor.py:172:13: SIM114 Combine `if` branches using logical `or` operator help: Combine `if` branches
ruff (SIM114): custom_components/my_pv/sensor.py#L167
custom_components/my_pv/sensor.py:167:13: SIM114 Combine `if` branches using logical `or` operator help: Combine `if` branches
ruff (I001): custom_components/my_pv/number.py#L4
custom_components/my_pv/number.py:4:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (I001): custom_components/my_pv/entity.py#L3
custom_components/my_pv/entity.py:3:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (PIE790): custom_components/my_pv/coordinator.py#L161
custom_components/my_pv/coordinator.py:161:13: PIE790 Unnecessary `pass` statement help: Remove unnecessary `pass`
ruff (I001): custom_components/my_pv/coordinator.py#L3
custom_components/my_pv/coordinator.py:3:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (I001): custom_components/my_pv/config_flow.py#L3
custom_components/my_pv/config_flow.py:3:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (I001): custom_components/my_pv/__init__.py#L3
custom_components/my_pv/__init__.py:3:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: astral-sh/ruff-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/