Bump actions/upload-artifact from 3.1.3 to 4.3.1 #294
ci.yaml
on: pull_request
Collect information & changes data
19s
Matrix: Prepare dependencies
Check hassfest
38s
Check all requirements
25s
Check mypy
2m 31s
Check pylint
6m 53s
Check black
2m 3s
Matrix: pytest
Matrix: pytest-mariadb
Matrix: pytest-postgres
Upload test coverage to Codecov
0s
Annotations
17 errors and 21 warnings
Check ruff
Process completed with exit code 1.
|
Check other linters
Process completed with exit code 1.
|
Check black
Process completed with exit code 1.
|
Check all requirements
Process completed with exit code 1.
|
Check hassfest
Process completed with exit code 1.
|
Check mypy:
homeassistant/components/zwave/discovery_schemas.py#L2
Module "homeassistant.components.zwave" has no attribute "const" [attr-defined]
|
Check mypy:
homeassistant/util/package.py#L82
Call to untyped function "say_direct" in typed context [no-untyped-call]
|
Check mypy:
homeassistant/util/async_.py#L164
Statement is unreachable [unreachable]
|
Check mypy:
homeassistant/util/async_.py#L168
Name "index" is not defined [name-defined]
|
Check mypy:
homeassistant/core.py#L768
Incompatible default for argument "ais_command" (default has type "None", argument has type "str") [assignment]
|
Check mypy:
homeassistant/auth/__init__.py#L167
Item "None" of "State | None" has no attribute "state" [union-attr]
|
Check mypy:
homeassistant/config.py#L411
Name "Dict" is not defined [name-defined]
|
Check mypy:
homeassistant/config.py#L426
Function is missing a type annotation for one or more arguments [no-untyped-def]
|
Check mypy:
homeassistant/config.py#L426
Name "Dict" is not defined [name-defined]
|
Check mypy:
homeassistant/config.py#L437
Call to untyped function "dict_merge" in typed context [no-untyped-call]
|
Check pylint:
homeassistant/components/tplink/common.py#L19
E0611: No name 'MAX_DISCOVERY_RETRIES' in module 'homeassistant.components.tplink.const' (no-name-in-module)
|
Check pylint
Process completed with exit code 30.
|
Collect information & changes data
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: dorny/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Prepare pre-commit base
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check ruff
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/cache/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check other linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/cache/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check black
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Prepare dependencies (3.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Prepare dependencies (3.12)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check all requirements
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/cache/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check hassfest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/cache/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check mypy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check pylint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/cache/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check pylint:
homeassistant/bootstrap.py#L307
C0415: Import outside toplevel (homeassistant.components.ais_dom.ais_global) (import-outside-toplevel)
|
Check pylint:
homeassistant/bootstrap.py#L307
W7421: Relative import should be used (hass-relative-import)
|
Check pylint:
homeassistant/bootstrap.py#L307
W7421: Relative import should be used (hass-relative-import)
|
Check pylint:
homeassistant/bootstrap.py#L431
W0718: Catching too general exception Exception (broad-exception-caught)
|
Check pylint:
homeassistant/bootstrap.py#L424
C0415: Import outside toplevel (json) (import-outside-toplevel)
|
Check pylint:
homeassistant/bootstrap.py#L426
C0415: Import outside toplevel (homeassistant.components.ais_dom.ais_global) (import-outside-toplevel)
|
Check pylint:
homeassistant/bootstrap.py#L426
W7421: Relative import should be used (hass-relative-import)
|
Check pylint:
homeassistant/bootstrap.py#L426
W7421: Relative import should be used (hass-relative-import)
|
Check pylint:
homeassistant/bootstrap.py#L428
W1514: Using open without explicitly specifying an encoding (unspecified-encoding)
|
Check pylint:
homeassistant/bootstrap.py#L438
W0718: Catching too general exception Exception (broad-exception-caught)
|