Custom ontology #755
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.
|