runtime data in entity #383
ci.yaml
on: pull_request
Collect information & changes data
18s
Matrix: Prepare dependencies
Matrix: lint-hadolint
Check hassfest
54s
Check all requirements
32s
Check mypy
25s
Matrix: prepare-pytest-full
Matrix: Audit licenses
Check ruff-format
21s
Check ruff
17s
Check other linters
21s
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 (full suite)
0s
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.
|