refac #1
Annotations
10 errors and 1 warning
|
ruff (Q000):
backend/open_webui/__init__.py#L39
backend/open_webui/__init__.py:39:18: Q000 Double quotes found but single quotes preferred
help: Replace double quotes with single quotes
|
|
ruff (Q000):
backend/open_webui/__init__.py#L38
backend/open_webui/__init__.py:38:34: Q000 Double quotes found but single quotes preferred
help: Replace double quotes with single quotes
|
|
ruff (Q000):
backend/open_webui/__init__.py#L38
backend/open_webui/__init__.py:38:16: Q000 Double quotes found but single quotes preferred
help: Replace double quotes with single quotes
|
|
ruff (Q000):
backend/open_webui/__init__.py#L35
backend/open_webui/__init__.py:35:17: Q000 Double quotes found but single quotes preferred
help: Replace double quotes with single quotes
|
|
ruff (Q000):
backend/open_webui/__init__.py#L27
backend/open_webui/__init__.py:27:38: Q000 Double quotes found but single quotes preferred
help: Replace double quotes with single quotes
|
|
ruff (UP045):
backend/open_webui/__init__.py#L27
backend/open_webui/__init__.py:27:9: UP045 Use `X | None` for type annotations
help: Convert to `X | None`
|
|
ruff (Q000):
backend/open_webui/__init__.py#L20
backend/open_webui/__init__.py:20:20: Q000 Double quotes found but single quotes preferred
help: Replace double quotes with single quotes
|
|
ruff (Q000):
backend/open_webui/__init__.py#L13
backend/open_webui/__init__.py:13:25: Q000 Double quotes found but single quotes preferred
help: Replace double quotes with single quotes
|
|
ruff (UP035):
backend/open_webui/__init__.py#L9
backend/open_webui/__init__.py:9:1: UP035 Import from `typing` instead: `Annotated`
help: Import from `typing`
|
|
ruff (I001):
backend/open_webui/__init__.py#L1
backend/open_webui/__init__.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
Lint & Format 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, astral-sh/ruff-action@v3. 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/
|