Autogen Agent sample #168
Annotations
11 errors and 1 warning
|
Ruff (F401):
samples/django-celery/app/tasks/admin.py#L1
samples/django-celery/app/tasks/admin.py:1:28: F401 `django.contrib.admin` imported but unused
|
|
Ruff (F401):
samples/crew-django-redis-postgres/app/core/tests.py#L1
samples/crew-django-redis-postgres/app/core/tests.py:1:25: F401 `django.test.TestCase` imported but unused
|
|
Ruff (F401):
samples/crew-django-redis-postgres/app/core/tasks.py#L5
samples/crew-django-redis-postgres/app/core/tasks.py:5:8: F401 `openai` imported but unused
|
|
Ruff (F401):
samples/crew-django-redis-postgres/app/core/consumers.py#L4
samples/crew-django-redis-postgres/app/core/consumers.py:4:25: F401 `django.conf.settings` imported but unused
|
|
Ruff (F401):
samples/crew-django-redis-postgres/app/core/consumers.py#L3
samples/crew-django-redis-postgres/app/core/consumers.py:3:26: F401 `asgiref.sync.async_to_sync` imported but unused
|
|
Ruff (F401):
samples/crew-django-redis-postgres/app/core/admin.py#L1
samples/crew-django-redis-postgres/app/core/admin.py:1:28: F401 `django.contrib.admin` imported but unused
|
|
Ruff (E402):
samples/crew-django-redis-postgres/app/config/settings.py#L158
samples/crew-django-redis-postgres/app/config/settings.py:158:1: E402 Module level import not at top of file
|
|
Ruff (E402):
samples/crew-django-redis-postgres/app/config/settings.py#L107
samples/crew-django-redis-postgres/app/config/settings.py:107:1: E402 Module level import not at top of file
|
|
Ruff (E722):
samples/crew-django-redis-postgres/app/config/settings.py#L39
samples/crew-django-redis-postgres/app/config/settings.py:39:5: E722 Do not use bare `except`
|
|
Ruff (F811):
samples/crew-django-redis-postgres/app/config/asgi.py#L15
samples/crew-django-redis-postgres/app/config/asgi.py:15:8: F811 Redefinition of unused `os` from line 10
|
|
go-lint
golangci-lint exit with code 3
|
|
go-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/samples/samples. Supported file pattern: go.sum
|