WIP: FS-121 Materiality Agent #304
type-check-backend.yml
on: pull_request
Type Checking Backend
51s
Annotations
4 errors and 1 warning
Type Checking Backend:
backend/tests/llm/mock_llm.py#L3
"LLMFileFromPath" is unknown import symbol (reportAttributeAccessIssue)
|
Type Checking Backend:
backend/tests/llm/mock_llm.py#L3
"LLMFileFromBytes" is unknown import symbol (reportAttributeAccessIssue)
|
Type Checking Backend:
backend/tests/llm/mock_llm.py#L10
Method "chat_with_file" overrides class "LLM" in an incompatible manner
Parameter 5 name mismatch: base parameter is named "files", override parameter is named "files_by_path" (reportIncompatibleMethodOverride)
|
Type Checking Backend
3 errors
|
Type Checking Backend
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|