Skip to content

Custom ontology

Custom ontology #755

Triggered via pull request February 11, 2025 16:41
Status Failure
Total duration 2m 38s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
var-annotated: graphiti_core/utils/maintenance/node_operations.py#L310
Need type annotation for "entity_type_classes"
arg-type: graphiti_core/utils/maintenance/node_operations.py#L312
Argument 1 to "filter" has incompatible type "Callable[[Any], bool]"; expected "Callable[[BaseModel | Any | None], TypeGuard[Never]]"
union-attr: graphiti_core/utils/maintenance/node_operations.py#L313
Item "None" of "dict[str, BaseModel] | None" has no attribute "get"
attr-defined: graphiti_core/utils/maintenance/node_operations.py#L318
"Sequence[str]" has no attribute "append"
mypy
Process completed with exit code 1.