CI: future-mypy-typevar-defaults #15211
ci.yaml
on: workflow_dispatch
Collect information & changes data
29s
Matrix: Prepare dependencies
Matrix: lint-hadolint
Check hassfest
0s
Check all requirements
0s
Check mypy
3m 44s
Matrix: Split tests for full run
Matrix: Audit licenses
Check ruff-format
0s
Check ruff
0s
Check other linters
0s
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
10 errors
Check mypy:
homeassistant/components/valve/__init__.py#L123
Signature of "__replace__" incompatible with supertype "EntityDescription" [override]
|
Check mypy:
homeassistant/components/update/__init__.py#L178
Signature of "__replace__" incompatible with supertype "EntityDescription" [override]
|
Check mypy:
homeassistant/components/switch/__init__.py#L102
Argument 2 of "__replace__" is incompatible with supertype "ToggleEntityDescription"; supertype defines the argument type as "str | None" [override]
|
Check mypy:
homeassistant/components/switch/__init__.py#L102
Argument 2 of "__replace__" is incompatible with supertype "EntityDescription"; supertype defines the argument type as "str | None" [override]
|
Check mypy:
homeassistant/components/sensor/__init__.py#L141
Signature of "__replace__" incompatible with supertype "EntityDescription" [override]
|
Check mypy:
homeassistant/components/number/__init__.py#L137
Signature of "__replace__" incompatible with supertype "EntityDescription" [override]
|
Check mypy:
homeassistant/components/media_player/__init__.py#L464
Signature of "__replace__" incompatible with supertype "EntityDescription" [override]
|
Check mypy:
homeassistant/components/humidifier/__init__.py#L137
Argument 2 of "__replace__" is incompatible with supertype "ToggleEntityDescription"; supertype defines the argument type as "str | None" [override]
|
Check mypy:
homeassistant/components/humidifier/__init__.py#L137
Argument 2 of "__replace__" is incompatible with supertype "EntityDescription"; supertype defines the argument type as "str | None" [override]
|
Check mypy:
homeassistant/components/event/__init__.py#L74
Signature of "__replace__" incompatible with supertype "EntityDescription" [override]
|