Update all documentation for current codebase #36
ci.yml
on: push
Python Lint
12s
Python Syntax
5s
Frontend Build
39s
Docker Build
1m 41s
Security Scan
4s
Annotations
9 errors and 5 warnings
|
ruff (F821):
voxwatch/voxwatch_service.py#L410
voxwatch/voxwatch_service.py:410:27: F821 Undefined name `publish_cfg`
|
|
ruff (I001):
voxwatch/voxwatch_service.py#L36
voxwatch/voxwatch_service.py:36:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (F841):
voxwatch/preview_api.py#L608
voxwatch/preview_api.py:608:27: F841 Local variable `exc` is assigned to but never used
help: Remove assignment to unused variable `exc`
|
|
ruff (UP045):
voxwatch/mqtt_publisher.py#L218
voxwatch/mqtt_publisher.py:218:23: UP045 Use `X | None` for type annotations
help: Convert to `X | None`
|
|
ruff (UP045):
voxwatch/mqtt_publisher.py#L217
voxwatch/mqtt_publisher.py:217:22: UP045 Use `X | None` for type annotations
help: Convert to `X | None`
|
|
ruff (UP017):
voxwatch/mqtt_publisher.py#L122
voxwatch/mqtt_publisher.py:122:25: UP017 Use `datetime.UTC` alias
help: Convert to `datetime.UTC` alias
|
|
ruff (UP045):
voxwatch/mqtt_publisher.py#L82
voxwatch/mqtt_publisher.py:82:19: UP045 Use `X | None` for type annotations
help: Convert to `X | None`
|
|
ruff (UP045):
voxwatch/mqtt_publisher.py#L81
voxwatch/mqtt_publisher.py:81:18: UP045 Use `X | None` for type annotations
help: Convert to `X | None`
|
|
ruff (F401):
voxwatch/mqtt_publisher.py#L43
voxwatch/mqtt_publisher.py:43:44: F401 `dataclasses.field` imported but unused
help: Remove unused import: `dataclasses.field`
|
|
Security Scan
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Python Syntax
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Python Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Frontend Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Docker Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|