Skip to content

runtime data in entity #383

runtime data in entity

runtime data in entity #383

Triggered via pull request October 31, 2024 22:07
@tsvitsvi
opened #120
patch-4
Status Failure
Total duration 3m 1s
Artifacts

ci.yaml

on: pull_request
Collect information & changes data
18s
Collect information & changes data
Matrix: Prepare dependencies
Prepare pre-commit base
14s
Prepare pre-commit base
Matrix: lint-hadolint
Check hassfest
54s
Check hassfest
Check all requirements
32s
Check all requirements
Check mypy
25s
Check mypy
Matrix: prepare-pytest-full
Check pylint
21s
Check pylint
Check pylint on tests
20s
Check pylint on tests
Matrix: Audit licenses
Check ruff-format
21s
Check ruff-format
Check ruff
17s
Check ruff
Check other linters
21s
Check other linters
Matrix: pytest-full
Matrix: pytest-mariadb
Matrix: pytest-partial
Matrix: pytest-postgres
Upload test coverage to Codecov (partial suite)
0s
Upload test coverage to Codecov (partial suite)
Upload test coverage to Codecov (full suite)
0s
Upload test coverage to Codecov (full suite)
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Ruff (F401): homeassistant/components/jewish_calendar/__init__.py#L15
homeassistant/components/jewish_calendar/__init__.py:15:5: F401 `homeassistant.const.CONF_LOCATION` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F821): homeassistant/components/jewish_calendar/__init__.py#L71
homeassistant/components/jewish_calendar/__init__.py:71:2: F821 Undefined name `dataclass`
Ruff (D101): homeassistant/components/jewish_calendar/__init__.py#L72
homeassistant/components/jewish_calendar/__init__.py:72:7: D101 Missing docstring in public class
Check ruff
Process completed with exit code 1.
Check ruff-format
Process completed with exit code 1.
Check mypy: homeassistant/components/jewish_calendar/sensor.py#L201
Too many arguments for "__init__" of "JewishCalendarEntity" [call-arg]
Check mypy: homeassistant/components/jewish_calendar/sensor.py#L201
Argument 2 to "__init__" of "JewishCalendarEntity" has incompatible type "dict[str, Any]"; expected "EntityDescription" [arg-type]
Check mypy: homeassistant/components/jewish_calendar/binary_sensor.py#L73
Too many arguments for "JewishCalendarBinarySensor" [call-arg]
Check mypy: homeassistant/components/jewish_calendar/__init__.py#L71
Name "dataclass" is not defined [name-defined]
Check mypy: homeassistant/components/jewish_calendar/__init__.py#L156
Too many arguments for "JCalData" [call-arg]
Check mypy
Process completed with exit code 1.