refactor: Update docs to refer to Graph-Sitter instead of Codegen #139
Annotations
10 errors
|
mypy:
examples/examples/codegen-mcp-server/server.py#L318
error: "Collection[Any]" has no attribute "append" [attr-defined]
|
|
mypy:
examples/examples/codegen-mcp-server/server.py#L308
error: Unsupported target for indexed assignment ("Collection[Any]") [index]
|
|
mypy:
examples/examples/codegen-mcp-server/server.py#L303
error: Unsupported target for indexed assignment ("Collection[Any]") [index]
|
|
mypy:
examples/examples/codegen-mcp-server/server.py#L301
error: Unsupported target for indexed assignment ("Collection[Any]") [index]
|
|
mypy:
examples/examples/codegen-mcp-server/server.py#L287
error: Need type annotation for "result" [var-annotated]
|
|
mypy:
examples/examples/codegen-mcp-server/server.py#L9
error: Module "graph_sitter" has no attribute "Codebase" [attr-defined]
|
|
mypy:
src/graph_sitter/cli/workspace/initialize_workspace.py#L56
error: Incompatible return value type (got "tuple[Path, Path, Path]", expected "CodegenSession") [return-value]
|
|
mypy:
src/graph_sitter/cli/workspace/initialize_workspace.py#L50
error: Item "None" of "Status | None" has no attribute "update" [union-attr]
|
|
mypy:
src/graph_sitter/cli/workspace/initialize_workspace.py#L44
error: Item "None" of "Status | None" has no attribute "update" [union-attr]
|
|
mypy:
examples/examples/freezegun_to_timemachine_migration/run.py#L2
error: Module "graph_sitter" has no attribute "Codebase" [attr-defined]
|