Feature/gpu support #24
Triggered via pull request
February 29, 2024 14:10
Status
Failure
Total duration
56m 23s
Artifacts
–
lint-n-static-analysis.yml
on: pull_request
Lint and Static Analysis
1m 31s
Annotations
8 errors
Ruff (F841):
context_chat_backend/controller.py#L89
context_chat_backend/controller.py:89:2: F841 Local variable `sources` is assigned to but never used
|
Ruff (C417):
context_chat_backend/controller.py#L89
context_chat_backend/controller.py:89:12: C417 Unnecessary `map` usage (rewrite using a `list` comprehension)
|
Ruff (F821):
context_chat_backend/controller.py#L92
context_chat_backend/controller.py:92:3: F821 Undefined name `client`
|
Ruff (F821):
context_chat_backend/controller.py#L92
context_chat_backend/controller.py:92:25: F821 Undefined name `COLLECTION_NAME`
|
Ruff (F821):
context_chat_backend/controller.py#L93
context_chat_backend/controller.py:93:45: F821 Undefined name `keyword`
|
Ruff (W293):
context_chat_backend/controller.py#L191
context_chat_backend/controller.py:191:1: W293 Blank line contains whitespace
|
Ruff (F821):
context_chat_backend/controller.py#L275
context_chat_backend/controller.py:275:37: F821 Undefined name `Any`
|
Lint and Static Analysis
Process completed with exit code 1.
|