Skip to content

feat: Add real world dates extraction #19

feat: Add real world dates extraction

feat: Add real world dates extraction #19

Triggered via pull request August 23, 2024 01:26
Status Failure
Total duration 1m 43s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 notices
valid-type: core/llm_client/client.py#L12
Function "builtins.any" is not valid as a type
valid-type: core/prompts/models.py#L12
Function "builtins.any" is not valid as a type
valid-type: core/prompts/models.py#L15
Function "builtins.any" is not valid as a type
valid-type: core/prompts/invalidate_edges.py#L14
Function "builtins.any" is not valid as a type
valid-type: core/prompts/extract_nodes.py#L19
Function "builtins.any" is not valid as a type
attr-defined: core/prompts/extract_nodes.py#L34
any? has no attribute "__iter__" (not iterable)
valid-type: core/prompts/extract_nodes.py#L67
Function "builtins.any" is not valid as a type
attr-defined: core/prompts/extract_nodes.py#L79
any? has no attribute "__iter__" (not iterable)
valid-type: core/prompts/extract_nodes.py#L108
Function "builtins.any" is not valid as a type
attr-defined: core/prompts/extract_nodes.py#L115
any? has no attribute "__iter__" (not iterable)
Note: core/llm_client/client.py#L12
Perhaps you meant "typing.Any" instead of "any"?
Note: core/prompts/models.py#L12
Perhaps you meant "typing.Any" instead of "any"?
Note: core/prompts/models.py#L15
Perhaps you meant "typing.Any" instead of "any"?
Note: core/prompts/invalidate_edges.py#L14
Perhaps you meant "typing.Any" instead of "any"?
Note: core/prompts/extract_nodes.py#L19
Perhaps you meant "typing.Any" instead of "any"?
Note: core/prompts/extract_nodes.py#L67
Perhaps you meant "typing.Any" instead of "any"?
Note: core/prompts/extract_nodes.py#L108
Perhaps you meant "typing.Any" instead of "any"?
Note: core/prompts/extract_edges.py#L17
Perhaps you meant "typing.Any" instead of "any"?
Note: core/prompts/extract_edges.py#L73
Perhaps you meant "typing.Any" instead of "any"?
Note: core/prompts/extract_edge_dates.py#L14
Perhaps you meant "typing.Any" instead of "any"?