Skip to content

CI: future-mypy-typevar-defaults #15211

CI: future-mypy-typevar-defaults

CI: future-mypy-typevar-defaults #15211

Manually triggered November 7, 2024 20:01
Status Failure
Total duration 9m 31s
Artifacts

ci.yaml

on: workflow_dispatch
Collect information & changes data
29s
Collect information & changes data
Matrix: Prepare dependencies
Prepare pre-commit base
0s
Prepare pre-commit base
Matrix: lint-hadolint
Check hassfest
0s
Check hassfest
Check all requirements
0s
Check all requirements
Check mypy
3m 44s
Check mypy
Matrix: Split tests for full run
Check pylint
0s
Check pylint
Check pylint on tests
0s
Check pylint on tests
Matrix: Audit licenses
Check ruff-format
0s
Check ruff-format
Check ruff
0s
Check ruff
Check other linters
0s
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

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]