gui_2.py:12: error: Unused "type: ignore" comment, use narrower [import-untyped] instead of [import] code [unused-ignore] gui_2.py:901: error: Function is missing a type annotation for one or more arguments [no-untyped-def] gui_2.py:995: error: Argument "binary_path" to "GeminiCliAdapter" has incompatible type "Any | None"; expected "str" [arg-type] gui_2.py:997: error: Incompatible types in assignment (expression has type "Any | None", variable has type "str") [assignment] gui_2.py:1004: error: Argument 1 to "_cb_load_track" of "App" has incompatible type "Any | None"; expected "str" [arg-type] gui_2.py:1021: error: Argument 1 to "_switch_discussion" of "App" has incompatible type "Any | None"; expected "str" [arg-type] gui_2.py:1040: error: Argument 1 to "MMAApprovalDialog" has incompatible type "Any | None"; expected "str" [arg-type] gui_2.py:1040: error: Argument 2 to "MMAApprovalDialog" has incompatible type "Any | None"; expected "str" [arg-type] gui_2.py:1047: error: Incompatible types in assignment (expression has type "MMASpawnApprovalDialog", variable has type "MMAApprovalDialog") [assignment] gui_2.py:1048: error: Argument 1 to "MMASpawnApprovalDialog" has incompatible type "Any | None"; expected "str" [arg-type] gui_2.py:1049: error: Argument 2 to "MMASpawnApprovalDialog" has incompatible type "Any | None"; expected "str" [arg-type] gui_2.py:1050: error: Argument 3 to "MMASpawnApprovalDialog" has incompatible type "Any | None"; expected "str" [arg-type] gui_2.py:1051: error: Argument 4 to "MMASpawnApprovalDialog" has incompatible type "Any | None"; expected "str" [arg-type] gui_2.py:1592: error: Function is missing a return type annotation [no-untyped-def] gui_2.py:1592: note: Use "-> None" if function does not return a value gui_2.py:1701: error: Incompatible types in assignment (expression has type "bool | None", target has type "bool") [assignment] gui_2.py:1706: error: Incompatible types in assignment (expression has type "bool | None", target has type "bool") [assignment] gui_2.py:1714: error: Incompatible types in assignment (expression has type "bool | None", target has type "bool") [assignment] gui_2.py:1724: error: Incompatible types in assignment (expression has type "bool | None", target has type "bool") [assignment] gui_2.py:1729: error: Incompatible types in assignment (expression has type "bool | None", target has type "bool") [assignment] gui_2.py:1734: error: Incompatible types in assignment (expression has type "bool | None", target has type "bool") [assignment] gui_2.py:1739: error: Incompatible types in assignment (expression has type "bool | None", target has type "bool") [assignment] gui_2.py:1744: error: Incompatible types in assignment (expression has type "bool | None", target has type "bool") [assignment] gui_2.py:1751: error: Incompatible types in assignment (expression has type "bool | None", target has type "bool") [assignment] gui_2.py:1768: error: Incompatible types in assignment (expression has type "bool | None", target has type "bool") [assignment] gui_2.py:1797: error: Incompatible types in assignment (expression has type "bool | None", target has type "bool") [assignment] gui_2.py:2016: error: Incompatible types in assignment (expression has type "bool | None", variable has type "bool") [assignment] gui_2.py:2046: error: Incompatible types in assignment (expression has type "bool | None", variable has type "bool") [assignment] gui_2.py:2377: error: Incompatible types in assignment (expression has type "bool | None", target has type "bool") [assignment] gui_2.py:2416: error: Argument "message_count" to "update_session_metadata" of "LogRegistry" has incompatible type "Any | None"; expected "int" [arg-type] gui_2.py:2417: error: Argument "errors" to "update_session_metadata" of "LogRegistry" has incompatible type "Any | None"; expected "int" [arg-type] gui_2.py:2418: error: Argument "size_kb" to "update_session_metadata" of "LogRegistry" has incompatible type "Any | None"; expected "int" [arg-type] gui_2.py:2420: error: Argument "reason" to "update_session_metadata" of "LogRegistry" has incompatible type "Any | None"; expected "str" [arg-type] gui_2.py:2426: error: Argument "message_count" to "update_session_metadata" of "LogRegistry" has incompatible type "Any | None"; expected "int" [arg-type] gui_2.py:2427: error: Argument "errors" to "update_session_metadata" of "LogRegistry" has incompatible type "Any | None"; expected "int" [arg-type] gui_2.py:2428: error: Argument "size_kb" to "update_session_metadata" of "LogRegistry" has incompatible type "Any | None"; expected "int" [arg-type] gui_2.py:3134: error: Argument 1 to "_cb_load_track" of "App" has incompatible type "Any | None"; expected "str" [arg-type] gui_2.py:3258: error: Argument 1 to "append" of "list" has incompatible type "Any | None"; expected "str" [arg-type] gui_2.py:3268: error: Argument 2 to "_render_ticket_dag_node" of "App" has incompatible type "dict[Any | None, dict[str, Any]]"; expected "dict[str, Any]" [arg-type] gui_2.py:3556: error: Incompatible types in assignment (expression has type "bool | None", target has type "bool") [assignment]