feat: major codebase update — Instructor integration, Inngest setup, … #1
lint.yml
on: push
Backend (Ruff)
10s
Frontend (ESLint + Prettier)
36s
Frontend Build
53s
Annotations
12 errors and 3 warnings
|
Ruff (ARG001):
backend/services/billing.py#L259
services/billing.py:259:5: ARG001 Unused function argument: `request`
|
|
Ruff (ARG001):
backend/sandbox/api.py#L845
sandbox/api.py:845:22: ARG001 Unused function argument: `request`
|
|
Ruff (ARG001):
backend/sandbox/api.py#L170
sandbox/api.py:170:5: ARG001 Unused function argument: `request`
|
|
Ruff (ARG001):
backend/projects_threads_api.py#L273
projects_threads_api.py:273:25: ARG001 Unused function argument: `request`
|
|
Ruff (ARG001):
backend/projects_threads_api.py#L228
projects_threads_api.py:228:5: ARG001 Unused function argument: `request`
|
|
Ruff (ARG001):
backend/deployments/api.py#L288
deployments/api.py:288:5: ARG001 Unused function argument: `request`
|
|
Ruff (RUF100):
backend/deployments/api.py#L261
deployments/api.py:261:50: RUF100 Unused `noqa` directive (unused: `F841`)
|
|
Ruff (F541):
backend/agent/tools/sb_shell_tool.py#L194
agent/tools/sb_shell_tool.py:194:29: F541 f-string without any placeholders
|
|
Ruff (F541):
backend/agent/tools/sb_shell_tool.py#L145
agent/tools/sb_shell_tool.py:145:29: F541 f-string without any placeholders
|
|
Ruff (ARG001):
backend/agent/api.py#L1011
agent/api.py:1011:22: ARG001 Unused function argument: `request`
|
|
Frontend (ESLint + Prettier)
Process completed with exit code 1.
|
|
Frontend Build
Process completed with exit code 1.
|
|
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
|