fix: instructor hooks crash + Dockerfile lockfile for consistent builds #16
lint.yml
on: push
Backend (Ruff)
9s
Frontend (ESLint + Prettier)
34s
Frontend Build
50s
Annotations
14 errors and 3 warnings
|
ruff (PLW0108):
backend/agent/run.py#L822
agent/run.py:822:51: PLW0108 Lambda may be unnecessary; consider inlining inner function
help: Inline function call
|
|
ruff (RUF059):
backend/agent/run.py#L499
agent/run.py:499:27: RUF059 Unpacked variable `subscription` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff (PLC0415):
backend/agent/run.py#L294
agent/run.py:294:13: PLC0415 `import` should be at the top-level of a file
|
|
ruff (PLC0415):
backend/agent/run.py#L293
agent/run.py:293:13: PLC0415 `import` should be at the top-level of a file
|
|
ruff (PLC0415):
backend/agent/api.py#L1237
agent/api.py:1237:9: PLC0415 `import` should be at the top-level of a file
|
|
ruff (PLC0415):
backend/agent/api.py#L1236
agent/api.py:1236:9: PLC0415 `import` should be at the top-level of a file
|
|
ruff (PLC0415):
backend/agent/api.py#L223
agent/api.py:223:9: PLC0415 `import` should be at the top-level of a file
|
|
ruff (PLC0415):
backend/agent/api.py#L222
agent/api.py:222:9: PLC0415 `import` should be at the top-level of a file
|
|
ruff (PLC0415):
backend/agent/api.py#L129
agent/api.py:129:5: PLC0415 `import` should be at the top-level of a file
|
|
ruff (FURB110):
backend/agent/api.py#L117
agent/api.py:117:19: FURB110 Replace ternary `if` expression with `or` operator
help: Replace with `or` operator
|
|
Frontend (ESLint + Prettier)
Process completed with exit code 1.
|
|
Frontend (ESLint + Prettier):
frontend/src/components/home/ui/orbiting-circle.tsx#L4
Imports "HTMLMotionProps" are only used as type
|
|
Frontend (ESLint + Prettier):
frontend/src/components/home/ui/marquee.tsx#L2
All imports in the declaration are only used as types. Use `import type`
|
|
Frontend (ESLint + Prettier):
frontend/src/components/home/ui/globe.tsx#L3
Imports "COBEOptions" are only used as type
|
|
Backend (Ruff)
The process '/usr/bin/git' failed with exit code 128
|
|
Frontend (ESLint + Prettier)
The process '/usr/bin/git' failed with exit code 128
|
|
Frontend Build
The process '/usr/bin/git' failed with exit code 128
|