Dev #884
Annotations
10 errors and 1 warning
|
ruff (F401):
src/A_memorix/core/embedding/manager.py#L26
src/A_memorix/core/embedding/manager.py:26:5: F401 `.presets.validate_config_compatibility` imported but unused
help: Remove unused import
|
|
ruff (B023):
src/A_memorix/core/embedding/api_adapter.py#L389
src/A_memorix/core/embedding/api_adapter.py:389:28: B023 Function definition does not bind loop variable `semaphore`
|
|
ruff (E402):
scripts/run_a_memorix_webui_backend.py#L12
scripts/run_a_memorix_webui_backend.py:12:1: E402 Module level import not at top of file
|
|
ruff (E402):
scripts/run_a_memorix_webui_backend.py#L11
scripts/run_a_memorix_webui_backend.py:11:1: E402 Module level import not at top of file
|
|
ruff (F401):
pytests/webui/test_memory_routes_integration.py#L14
pytests/webui/test_memory_routes_integration.py:14:8: F401 `tomlkit` imported but unused
help: Remove unused import: `tomlkit`
|
|
ruff (B009):
pytests/test_message_gateway_runtime.py#L100
pytests/test_message_gateway_runtime.py:100:12: B009 Do not call `getattr` with a constant attribute value. It is not any safer than normal property access.
help: Replace `getattr` with attribute access
|
|
ruff (E402):
pytests/test_gemini_thought_signatures.py#L22
pytests/test_gemini_thought_signatures.py:22:1: E402 Module level import not at top of file
|
|
ruff (E402):
pytests/test_gemini_thought_signatures.py#L21
pytests/test_gemini_thought_signatures.py:21:1: E402 Module level import not at top of file
|
|
ruff (E402):
pytests/test_gemini_thought_signatures.py#L20
pytests/test_gemini_thought_signatures.py:20:1: E402 Module level import not at top of file
|
|
ruff (F401):
code_scripts/check_orphan_jargons.py#L5
code_scripts/check_orphan_jargons.py:5:20: F401 `typing.Any` imported but unused
help: Remove unused import: `typing.Any`
|
|
ruff
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, astral-sh/ruff-action@v3. 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/
|