Skip to content

chore: enable mypy; actions cleanup (#21) #8

chore: enable mypy; actions cleanup (#21)

chore: enable mypy; actions cleanup (#21) #8

Triggered via push August 22, 2024 22:10
Status Failure
Total duration 1m 39s
Artifacts

typecheck.yml

on: push
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/dedupe_nodes.py#L19
Perhaps you meant "typing.Any" instead of "any"?