Sql assistant #274
Annotations
15 errors and 1 warning
flake8:
explorer/assistant/prompts.py#L3
line too long (121 > 119 characters)
|
flake8:
explorer/assistant/tests.py#L13
line too long (141 > 119 characters)
|
flake8:
explorer/assistant/tests.py#L23
expected 2 blank lines, found 1
|
flake8:
explorer/assistant/tests.py#L51
'explorer.schema.schema_info' imported but unused
|
flake8:
explorer/assistant/views.py#L20
continuation line over-indented for visual indent
|
flake8:
explorer/models.py#L10
'explorer.assistant.models.PromptLog' imported but unused
|
flake8
The process '/opt/hostedtoolcache/Python/3.9.18/x64/bin/flake8' failed with exit code 1
|
isort:
explorer/models.py#L1
Imports are incorrectly sorted and/or formatted.
|
isort:
explorer/urls.py#L1
Imports are incorrectly sorted and/or formatted.
|
isort:
explorer/assistant/utils.py#L1
Imports are incorrectly sorted and/or formatted.
|
isort:
explorer/assistant/models.py#L1
Imports are incorrectly sorted and/or formatted.
|
isort:
explorer/assistant/views.py#L1
Imports are incorrectly sorted and/or formatted.
|
isort:
explorer/assistant/tests.py#L1
Imports are incorrectly sorted and/or formatted.
|
isort:
explorer/migrations/0014_promptlog.py#L1
Imports are incorrectly sorted and/or formatted.
|
isort
The process '/opt/hostedtoolcache/Python/3.9.18/x64/bin/isort' failed with exit code 1
|
flake8:
explorer/assistant/views.py#L68
blank line at end of file
|