Skip to content

Feature/better structure #215

Feature/better structure

Feature/better structure #215

Triggered via pull request September 27, 2023 16:55
Status Failure
Total duration 18s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (E501): application/api/answer/routes.py#L334
application/api/answer/routes.py:334:121: E501 Line too long (121 > 120 characters)
Ruff (E501): application/api/answer/routes.py#L338
application/api/answer/routes.py:338:121: E501 Line too long (122 > 120 characters)
Ruff (F401): application/api/internal/routes.py#L3
application/api/internal/routes.py:3:39: F401 `flask.jsonify` imported but unused
Ruff (F401): application/api/internal/routes.py#L4
application/api/internal/routes.py:4:8: F401 `requests` imported but unused
Ruff (F401): application/llm/base.py#L2
application/llm/base.py:2:8: F401 `json` imported but unused
Ruff (E501): application/vectorstore/base.py#L36
application/vectorstore/base.py:36:121: E501 Line too long (121 > 120 characters)
Ruff (F401): tests/llm/test_openai.py#L4
tests/llm/test_openai.py:4:34: F401 `unittest.mock.Mock` imported but unused
Ruff (F401): tests/llm/test_openai.py#L5
tests/llm/test_openai.py:5:47: F401 `application.llm.openai.AzureOpenAILLM` imported but unused
Ruff (F841): tests/test_app.py#L15
tests/test_app.py:15:35: F841 Local variable `UPLOAD_FOLDER` is assigned to but never used
Ruff (F401): tests/test_celery.py#L1
tests/test_celery.py:1:20: F401 `celery.Celery` imported but unused