Update base.py #10
ci.yaml
on: push
Collect information & changes data
14s
Matrix: Prepare dependencies
Check hassfest
45s
Check all requirements
27s
Check mypy
42s
Audit licenses
0s
Check pylint
3m 10s
Check pylint on tests
3m 12s
Check ruff-format
21s
Check ruff
17s
Check other linters
57s
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
9 errors
Check mypy:
homeassistant/components/tuya/base.py#L262
Too many arguments for "determine_dptype" of "TuyaEntity" [call-arg]
|
Check mypy:
homeassistant/components/tuya/base.py#L262
Value of type "DPType | None" is not indexable [index]
|
Check mypy:
homeassistant/components/tuya/base.py#L262
Item "str" of "str | Any" has no attribute "type" [union-attr]
|
Check mypy:
homeassistant/components/tuya/base.py#L262
Invalid index type "DPCode" for "DPType | None"; expected type "SupportsIndex | slice" [index]
|
Check mypy
Process completed with exit code 1.
|
Check pylint
Canceling since a higher priority waiting request for 'CI-refs/heads/dev' exists
|
Check pylint
The operation was canceled.
|
Check pylint on tests
Canceling since a higher priority waiting request for 'CI-refs/heads/dev' exists
|
Check pylint on tests
The operation was canceled.
|