Editable price matrix: backend config store, admin matrix editor, wir… #46
Annotations
10 errors and 2 warnings
|
ruff (F401):
backend/main.py#L12
main.py:12:45: F401 `fastapi.responses.Response` imported but unused
help: Remove unused import
|
|
ruff (F401):
backend/main.py#L12
main.py:12:31: F401 `fastapi.responses.FileResponse` imported but unused
help: Remove unused import
|
|
ruff (I001):
backend/main.py#L1
main.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
backend/idempotency.py#L1
idempotency.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
backend/database.py#L1
database.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (E712):
backend/auth.py#L89
auth.py:89:54: E712 Avoid equality comparisons to `True`; use `User.is_active:` for truth checks
help: Replace with `User.is_active`
|
|
ruff (I001):
backend/auth.py#L1
auth.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
backend/audit.py#L1
audit.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
backend/alembic/versions/0001_initial.py#L1
alembic/versions/0001_initial.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
backend/alembic/env.py#L1
alembic/env.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
backend
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 16th, 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/
|
|
frontend
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 16th, 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/
|