Update README + docker-compose for first-run wizard flow #13
ci.yml
on: push
Python Lint
27s
Python Syntax
7s
Frontend Build
41s
Docker Build
2m 13s
Security Scan
7s
Annotations
10 errors and 5 warnings
|
ruff (UP041):
voxwatch/audio_effects.py#L263
voxwatch/audio_effects.py:263:16: UP041 Replace aliased errors with `TimeoutError`
help: Replace `asyncio.TimeoutError` with builtin `TimeoutError`
|
|
ruff (UP041):
voxwatch/ai_vision.py#L1735
voxwatch/ai_vision.py:1735:12: UP041 Replace aliased errors with `TimeoutError`
help: Replace `asyncio.TimeoutError` with builtin `TimeoutError`
|
|
ruff (UP045):
voxwatch/ai_vision.py#L1710
voxwatch/ai_vision.py:1710:6: UP045 Use `X | None` for type annotations
help: Convert to `X | None`
|
|
ruff (UP045):
voxwatch/ai_vision.py#L1709
voxwatch/ai_vision.py:1709:14: UP045 Use `X | None` for type annotations
help: Convert to `X | None`
|
|
ruff (SIM105):
voxwatch/ai_vision.py#L1369
voxwatch/ai_vision.py:1369:17: SIM105 Use `contextlib.suppress(OSError)` instead of `try`-`except`-`pass`
help: Replace `try`-`except`-`pass` with `with contextlib.suppress(OSError): ...`
|
|
ruff (UP045):
voxwatch/ai_vision.py#L1311
voxwatch/ai_vision.py:1311:19: UP045 Use `X | None` for type annotations
help: Convert to `X | None`
|
|
ruff (UP041):
voxwatch/ai_vision.py#L1156
voxwatch/ai_vision.py:1156:12: UP041 Replace aliased errors with `TimeoutError`
help: Replace `asyncio.TimeoutError` with builtin `TimeoutError`
|
|
ruff (UP041):
voxwatch/ai_vision.py#L853
voxwatch/ai_vision.py:853:12: UP041 Replace aliased errors with `TimeoutError`
help: Replace `asyncio.TimeoutError` with builtin `TimeoutError`
|
|
ruff (UP045):
voxwatch/ai_vision.py#L811
voxwatch/ai_vision.py:811:6: UP045 Use `X | None` for type annotations
help: Convert to `X | None`
|
|
ruff (UP045):
voxwatch/ai_vision.py#L115
voxwatch/ai_vision.py:115:11: UP045 Use `X | None` for type annotations
help: Convert to `X | None`
|
|
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. Node.js 20 will be removed from the runner on September 16th, 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/
|