Skip to content

Doc opt

Doc opt #190

Triggered via pull request March 9, 2026 09:55
@yuzzjjyuzzjj
opened #72
doc_opt
Status Failure
Total duration 1m 44s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Frontend CI
Process completed with exit code 2.
Frontend CI
Type '({ id: string | undefined; source: string; target: string; type?: string | undefined; sourceHandle?: string | null | undefined; targetHandle?: string | null | undefined; style?: CSSProperties | undefined; ... 21 more ...; labelBgBorderRadius?: number | undefined; } | { ...; } | { ...; })[]' is not assignable to type 'Edge[]'.
Backend CI
Process completed with exit code 1.
Ruff (F811): backend/app/services/graph_service.py#L781
app/services/graph_service.py:781:16: F811 Redefinition of unused `time` from line 5
Ruff (F811): backend/app/services/graph_service.py#L688
app/services/graph_service.py:688:16: F811 Redefinition of unused `time` from line 5
Ruff (F841): backend/app/services/graph_service.py#L402
app/services/graph_service.py:402:13: F841 Local variable `config` is assigned to but never used
Ruff (F401): backend/app/services/graph_service.py#L5
app/services/graph_service.py:5:8: F401 `time` imported but unused
Ruff (E713): backend/app/core/graph/expression_evaluator.py#L267
app/core/graph/expression_evaluator.py:267:25: E713 Test for membership should be `not in`
Ruff (I001): backend/alembic/versions/20260309_000001_drop_graph_nodes_redundant_columns.py#L10
alembic/versions/20260309_000001_drop_graph_nodes_redundant_columns.py:10:1: I001 Import block is un-sorted or un-formatted
Pre-commit
Process completed with exit code 1.
Frontend CI: frontend/app/(auth)/verify/use-verification.ts#L242
React Hook useEffect has a missing dependency: 'verifyCode'. Either include it or remove the dependency array
Frontend CI: frontend/app/(auth)/verify/use-verification.ts#L180
Unexpected any. Specify a different type
Frontend CI: frontend/app/(auth)/signup/signup-form.tsx#L111
'buttonClass' is assigned a value but never used
Frontend CI: frontend/app/(auth)/signup/signup-form.tsx#L98
'refetchSession' is assigned a value but never used
Frontend CI: frontend/app/(auth)/signin/login-form.tsx#L214
React Hook useEffect has a missing dependency: 'handleForgotPassword'. Either include it or remove the dependency array
Frontend CI: frontend/app/(auth)/signin/login-form.tsx#L201
React Hook useEffect has a missing dependency: 't'. Either include it or remove the dependency array
Frontend CI: frontend/app/(auth)/signin/login-form.tsx#L118
'buttonClass' is assigned a value but never used
Frontend CI: frontend/app/(auth)/signin/login-form.tsx#L21
'isTruthy' is defined but never used
Frontend CI: frontend/app/(auth)/reset-password/reset-password-form.tsx#L157
'buttonClass' is assigned a value but never used
Frontend CI: frontend/app/(auth)/reset-password/reset-password-form.tsx#L35
'buttonClass' is assigned a value but never used