# Current strict mypy errors for the Modelable CLI.
# This file is a ratchet baseline: remove lines as typing issues are fixed,
# but do not add new lines unless intentionally accepting existing debt.
src/modelable/commands/codegen.py:62: error: Incompatible types in assignment (expression has type "str | None", variable has type "str")  [assignment]
src/modelable/commands/common.py:15: error: Function is missing a return type annotation  [no-untyped-def]
src/modelable/commands/common.py:22: error: Argument "path" to "diagnostic" of "ParseError" has incompatible type "Path"; expected "str | None"  [arg-type]
src/modelable/commands/common.py:36: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/commands/create.py:119: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/commands/create.py:148: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/commands/create.py:62: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/commands/create.py:93: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/commands/spec.py:140: error: "object" has no attribute "__iter__"; maybe "__dir__" or "__str__"? (not iterable)  [attr-defined]
src/modelable/commands/spec.py:194: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/commands/workspace.py:101: error: Incompatible types in assignment (expression has type "Any | None", variable has type "str")  [assignment]
src/modelable/commands/workspace.py:106: error: "str" has no attribute "models"  [attr-defined]
src/modelable/commands/workspace.py:112: error: "str" has no attribute "name"  [attr-defined]
src/modelable/commands/workspace.py:126: error: "str" has no attribute "projections"  [attr-defined]
src/modelable/commands/workspace.py:132: error: "str" has no attribute "name"  [attr-defined]
src/modelable/commands/workspace.py:133: error: "str" has no attribute "name"  [attr-defined]
src/modelable/commands/workspace.py:179: error: Argument 3 to "resolve_model_ref" has incompatible type "int | object"; expected "VersionExact | VersionRange | VersionMin | VersionPinned | int"  [arg-type]
src/modelable/commands/workspace.py:51: error: Incompatible types in assignment (expression has type "Any | None", variable has type "str")  [assignment]
src/modelable/commands/workspace.py:56: error: "str" has no attribute "models"  [attr-defined]
src/modelable/commands/workspace.py:60: error: "str" has no attribute "description"  [attr-defined]
src/modelable/commands/workspace.py:60: error: "str" has no attribute "name"  [attr-defined]
src/modelable/commands/workspace.py:60: error: "str" has no attribute "owner"; maybe "lower"?  [attr-defined]
src/modelable/commands/workspace.py:65: error: "str" has no attribute "projections"  [attr-defined]
src/modelable/commands/workspace.py:73: error: "str" has no attribute "name"  [attr-defined]
src/modelable/commands/workspace.py:76: error: "str" has no attribute "owner"; maybe "lower"?  [attr-defined]
src/modelable/commands/workspace.py:77: error: "str" has no attribute "description"  [attr-defined]
src/modelable/emitters/_schema_mapping.py:113: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/_schema_mapping.py:116: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/_schema_mapping.py:122: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/_schema_mapping.py:193: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/_schema_mapping.py:195: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/_schema_mapping.py:200: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/_schema_mapping.py:326: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/_schema_mapping.py:328: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/_schema_mapping.py:344: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/_schema_mapping.py:349: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/_schema_mapping.py:350: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/_schema_mapping.py:351: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/_schema_mapping.py:364: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/_schema_mapping.py:364: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/_schema_mapping.py:47: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/_schema_mapping.py:51: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/dbt_yaml.py:274: error: Item "ProjectionField" of "FieldDef | ProjectionField" has no attribute "type"  [union-attr]
src/modelable/emitters/dbt_yaml.py:40: error: Incompatible types in assignment (expression has type "list[ProjectionVersion]", variable has type "list[ModelVersion]")  [assignment]
src/modelable/emitters/dbt_yaml.py:42: error: Argument 3 to "_emit_projection" has incompatible type "ModelVersion"; expected "ProjectionVersion"  [arg-type]
src/modelable/emitters/fhir.py:227: error: Argument 1 to "append" of "list" has incompatible type "object"; expected "EmittedArtifact"  [arg-type]
src/modelable/emitters/fhir.py:228: error: Argument 1 to "extend" of "list" has incompatible type "object"; expected "Iterable[EmittedArtifact]"  [arg-type]
src/modelable/emitters/json_schema.py:116: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/json_schema.py:124: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/json_schema.py:162: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/json_schema.py:165: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/json_schema.py:206: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/json_schema.py:206: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/json_schema.py:226: error: Function is missing a return type annotation  [no-untyped-def]
src/modelable/emitters/json_schema.py:251: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/json_schema.py:260: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/json_schema.py:43: error: Incompatible types in assignment (expression has type "list[ProjectionVersion]", variable has type "list[ModelVersion]")  [assignment]
src/modelable/emitters/json_schema.py:45: error: Argument 3 to "_emit_projection_version" has incompatible type "ModelVersion"; expected "ProjectionVersion"  [arg-type]
src/modelable/emitters/json_schema.py:63: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/json_schema.py:79: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/json_schema.py:82: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/markdown.py:162: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/markdown.py:186: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/markdown.py:46: error: Incompatible types in assignment (expression has type "list[ProjectionVersion]", variable has type "list[ModelVersion]")  [assignment]
src/modelable/emitters/markdown.py:48: error: Argument 3 to "_emit_projection" has incompatible type "ModelVersion"; expected "ProjectionVersion"  [arg-type]
src/modelable/emitters/odcs.py:176: error: Incompatible types in assignment (expression has type "list[str]", target has type "str")  [assignment]
src/modelable/emitters/odcs.py:319: error: Incompatible return value type (got "FieldDef | ProjectionField | None", expected "FieldDef | None")  [return-value]
src/modelable/emitters/odcs.py:48: error: Incompatible types in assignment (expression has type "list[ProjectionVersion]", variable has type "list[ModelVersion]")  [assignment]
src/modelable/emitters/odcs.py:50: error: Argument 3 to "_emit_projection" has incompatible type "ModelVersion"; expected "ProjectionVersion"  [arg-type]
src/modelable/emitters/openlineage.py:141: error: Argument 1 to "_model_schema_field" has incompatible type "FieldDef | ProjectionField"; expected "FieldDef"  [arg-type]
src/modelable/emitters/openlineage.py:271: error: Incompatible return value type (got "FieldDef | ProjectionField | None", expected "FieldDef | None")  [return-value]
src/modelable/emitters/openlineage.py:47: error: Incompatible types in assignment (expression has type "list[ProjectionVersion]", variable has type "list[ModelVersion]")  [assignment]
src/modelable/emitters/openlineage.py:49: error: Argument 3 to "_emit_projection" has incompatible type "ModelVersion"; expected "ProjectionVersion"  [arg-type]
src/modelable/emitters/openlineage.py:85: error: Unsupported target for indexed assignment ("object")  [index]
src/modelable/emitters/openmetadata.py:202: error: Incompatible return value type (got "FieldDef | ProjectionField", expected "FieldDef | None")  [return-value]
src/modelable/emitters/openmetadata.py:219: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/openmetadata.py:40: error: Need type annotation for "om_data"  [var-annotated]
src/modelable/emitters/openmetadata.py:50: error: Item "None" of "list[Any] | str | None" has no attribute "append"  [union-attr]
src/modelable/emitters/openmetadata.py:50: error: Item "str" of "list[Any] | str | None" has no attribute "append"  [union-attr]
src/modelable/emitters/openmetadata.py:52: error: Incompatible types in assignment (expression has type "list[ProjectionVersion]", variable has type "list[ModelVersion]")  [assignment]
src/modelable/emitters/openmetadata.py:54: error: Argument 2 to "_resolve_source" has incompatible type "ModelVersion"; expected "ProjectionVersion"  [arg-type]
src/modelable/emitters/openmetadata.py:55: error: Argument 3 to "_projection_asset" has incompatible type "ModelVersion"; expected "ProjectionVersion"  [arg-type]
src/modelable/emitters/openmetadata.py:55: error: Item "None" of "list[Any] | str | None" has no attribute "append"  [union-attr]
src/modelable/emitters/openmetadata.py:55: error: Item "str" of "list[Any] | str | None" has no attribute "append"  [union-attr]
src/modelable/emitters/openmetadata.py:56: error: Argument 3 to "_projection_lineage" has incompatible type "ModelVersion"; expected "ProjectionVersion"  [arg-type]
src/modelable/emitters/openmetadata.py:56: error: Item "None" of "list[Any] | str | None" has no attribute "extend"  [union-attr]
src/modelable/emitters/openmetadata.py:56: error: Item "str" of "list[Any] | str | None" has no attribute "extend"  [union-attr]
src/modelable/emitters/rust.py:1070: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/rust.py:1212: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/rust.py:1239: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/rust.py:1531: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/rust.py:1539: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/rust.py:1587: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/rust.py:1619: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/rust.py:1645: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/rust.py:164: error: Incompatible types in assignment (expression has type "list[ProjectionVersion]", variable has type "list[ModelVersion]")  [assignment]
src/modelable/emitters/rust.py:1659: error: Returning Any from function declared to return "str"  [no-any-return]
src/modelable/emitters/rust.py:166: error: "ModelVersion" has no attribute "source"  [attr-defined]
src/modelable/emitters/rust.py:171: error: Argument 3 to "_emit_projection" has incompatible type "ModelVersion"; expected "ProjectionVersion"  [arg-type]
src/modelable/emitters/rust.py:1754: error: Function is missing a return type annotation  [no-untyped-def]
src/modelable/emitters/rust.py:1754: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/rust.py:1768: error: Item "ProjectionField" of "FieldDef | ProjectionField" has no attribute "optional"  [union-attr]
src/modelable/emitters/rust.py:1768: error: Item "ProjectionField" of "FieldDef | ProjectionField" has no attribute "type"  [union-attr]
src/modelable/emitters/rust.py:1772: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/rust.py:1772: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/rust.py:1780: error: Returning Any from function declared to return "dict[Any, Any]"  [no-any-return]
src/modelable/emitters/rust.py:1785: error: Returning Any from function declared to return "dict[Any, Any]"  [no-any-return]
src/modelable/emitters/rust.py:1789: error: Returning Any from function declared to return "dict[Any, Any]"  [no-any-return]
src/modelable/emitters/rust.py:250: error: Incompatible types in assignment (expression has type "list[ProjectionVersion]", variable has type "list[ModelVersion]")  [assignment]
src/modelable/emitters/rust.py:252: error: "ModelVersion" has no attribute "source"  [attr-defined]
src/modelable/emitters/rust.py:256: error: Argument 3 to "_emit_projection" has incompatible type "ModelVersion"; expected "ProjectionVersion"  [arg-type]
src/modelable/emitters/rust.py:397: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/rust.py:397: error: Missing type arguments for generic type "set"  [type-arg]
src/modelable/emitters/rust.py:466: error: Missing type arguments for generic type "set"  [type-arg]
src/modelable/emitters/rust.py:914: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/sql.py:391: error: Function is missing a return type annotation  [no-untyped-def]
src/modelable/emitters/sql.py:391: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/sql.py:406: error: Function is missing a return type annotation  [no-untyped-def]
src/modelable/emitters/sql.py:406: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/sql.py:412: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/sql.py:412: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/sql.py:424: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/sql.py:428: error: Returning Any from function declared to return "bool"  [no-any-return]
src/modelable/emitters/sql.py:467: error: Returning Any from function declared to return "str"  [no-any-return]
src/modelable/emitters/sql.py:498: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/sql.py:530: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/sql.py:530: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/sql.py:563: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/sql.py:563: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/typescript.py:128: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/typescript.py:148: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/typescript.py:202: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/typescript.py:252: error: Argument "wire_targets" to "_type_to_ts" has incompatible type "dict[str, WireTargetHint]"; expected "dict[str, object] | None"  [arg-type]
src/modelable/emitters/typescript.py:275: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/typescript.py:338: error: Argument "wire_targets" to "_type_to_ts" has incompatible type "dict[str, WireTargetHint]"; expected "dict[str, object] | None"  [arg-type]
src/modelable/emitters/typescript.py:418: error: Item "ProjectionField" of "FieldDef | ProjectionField" has no attribute "type"  [union-attr]
src/modelable/emitters/typescript.py:431: error: Item "ProjectionField" of "FieldDef | ProjectionField" has no attribute "optional"  [union-attr]
src/modelable/emitters/typescript.py:435: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/typescript.py:452: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/typescript.py:52: error: Incompatible types in assignment (expression has type "list[ProjectionVersion]", variable has type "list[ModelVersion]")  [assignment]
src/modelable/emitters/typescript.py:548: error: Argument "wire_targets" to "_type_to_ts" has incompatible type "dict[str, WireTargetHint]"; expected "dict[str, object] | None"  [arg-type]
src/modelable/emitters/typescript.py:54: error: Argument 3 to "_emit_projection" has incompatible type "ModelVersion"; expected "ProjectionVersion"  [arg-type]
src/modelable/governance/checker.py:262: error: Incompatible types in assignment (expression has type "tuple[str, ModelVersion | ProjectionVersion]", target has type "tuple[str, ModelVersion]")  [assignment]
src/modelable/graph/export.py:122: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/graph/export.py:332: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/graph/export.py:358: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/llm/engine.py:117: error: Argument "change_kind" to "ModelVersion" has incompatible type "str"; expected "ChangeKind"  [arg-type]
src/modelable/llm/engine.py:274: error: Argument "env" to "resolve_llm_config" has incompatible type "_Environ[str]"; expected "dict[str, str] | None"  [arg-type]
src/modelable/llm/engine.py:568: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/llm/engine.py:574: error: Returning Any from function declared to return "Path | None"  [no-any-return]
src/modelable/llm/engine.py:578: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/llm/importers.py:1011: error: Argument "kind" to "PrimitiveType" has incompatible type "str"; expected "Literal['string', 'int', 'float', 'bool', 'date', 'time', 'timestamp', 'uuid', 'duration', 'binary', 'json', 'u8', 'u16', 'u32', 'u64', 'u128', 'i8', 'i16', 'i32', 'i64', 'i128']"  [arg-type]
src/modelable/llm/importers.py:1027: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/llm/importers.py:1040: error: Missing type arguments for generic type "list"  [type-arg]
src/modelable/llm/importers.py:1063: error: Function is missing a return type annotation  [no-untyped-def]
src/modelable/llm/importers.py:1064: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/llm/importers.py:1135: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/llm/importers.py:1169: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/llm/importers.py:1194: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/llm/importers.py:1204: error: Function is missing a return type annotation  [no-untyped-def]
src/modelable/llm/importers.py:1204: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/llm/importers.py:1225: error: Function is missing a return type annotation  [no-untyped-def]
src/modelable/llm/importers.py:1251: error: Need type annotation for "current" (hint: "current: list[<type>] = ...")  [var-annotated]
src/modelable/llm/importers.py:1271: error: Function is missing a return type annotation  [no-untyped-def]
src/modelable/llm/importers.py:303: error: Item "None" of "dict[str, Any] | None" has no attribute "get"  [union-attr]
src/modelable/llm/importers.py:306: error: Argument 1 to "_dbt_columns_for_selected_model" has incompatible type "dict[str, Any] | None"; expected "dict[str, Any]"  [arg-type]
src/modelable/llm/importers.py:307: error: Argument 1 to "_dbt_unique_keys" has incompatible type "dict[str, Any] | None"; expected "dict[str, Any]"  [arg-type]
src/modelable/llm/importers.py:311: error: Argument 1 to "_dbt_modelable_version" has incompatible type "dict[str, Any] | None"; expected "dict[str, Any]"  [arg-type]
src/modelable/llm/importers.py:373: error: Value of type "dict[str, Any] | Any | None" is not indexable  [index]
src/modelable/llm/importers.py:376: error: Argument 1 to "_dbt_unique_keys" has incompatible type "dict[str, Any] | Any | None"; expected "dict[str, Any]"  [arg-type]
src/modelable/llm/importers.py:376: error: Item "None" of "dict[str, Any] | Any | None" has no attribute "get"  [union-attr]
src/modelable/llm/importers.py:380: error: Argument 1 to "_dbt_modelable_version" has incompatible type "dict[str, Any] | Any | None"; expected "dict[str, Any]"  [arg-type]
src/modelable/llm/importers.py:401: error: Incompatible types in assignment (expression has type "dict[str, Any] | None", variable has type "dict[str, Any]")  [assignment]
src/modelable/llm/importers.py:953: error: Argument "kind" to "PrimitiveType" has incompatible type "str"; expected "Literal['string', 'int', 'float', 'bool', 'date', 'time', 'timestamp', 'uuid', 'duration', 'binary', 'json', 'u8', 'u16', 'u32', 'u64', 'u128', 'i8', 'i16', 'i32', 'i64', 'i128']"  [arg-type]
src/modelable/lsp/federation.py:221: error: Function is missing a return type annotation  [no-untyped-def]
src/modelable/lsp/inlay_hints.py:104: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/lsp/inlay_hints.py:111: error: Returning Any from function declared to return "str | None"  [no-any-return]
src/modelable/lsp/inlay_hints.py:118: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/lsp/inlay_hints.py:134: error: Returning Any from function declared to return "str | None"  [no-any-return]
src/modelable/lsp/server.py:41: error: Module "pygls.feature_manager" does not explicitly export attribute "asyncio"  [attr-defined]
src/modelable/lsp/server.py:41: error: Module has no attribute "iscoroutinefunction"  [attr-defined]
src/modelable/lsp/server.py:42: error: Module "pygls.protocol.json_rpc" does not explicitly export attribute "asyncio"  [attr-defined]
src/modelable/lsp/server.py:42: error: Module has no attribute "iscoroutinefunction"  [attr-defined]
src/modelable/lsp/server.py:52: error: Missing type arguments for generic type "Task"  [type-arg]
src/modelable/parser/parse.py:22: error: Missing type arguments for generic type "Tree"  [type-arg]
src/modelable/parser/parse.py:35: error: Missing type arguments for generic type "Tree"  [type-arg]
src/modelable/parser/parse.py:39: error: Missing type arguments for generic type "Tree"  [type-arg]
src/modelable/parser/transformer.py:428: error: No overload variant of "int" matches argument type "object"  [call-overload]
src/modelable/parser/transformer.py:555: error: "object" object is not iterable  [misc]
src/modelable/parser/transformer.py:556: error: Cannot determine type of "target"  [has-type]
src/modelable/parser/transformer.py:557: error: Cannot determine type of "modifier"  [has-type]
src/modelable/parser/transformer.py:558: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:560: error: Cannot determine type of "target"  [has-type]
src/modelable/parser/transformer.py:560: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:562: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:563: error: Cannot determine type of "modifier"  [has-type]
src/modelable/parser/transformer.py:564: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:565: error: Cannot determine type of "target"  [has-type]
src/modelable/parser/transformer.py:565: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:566: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:567: error: Cannot determine type of "modifier"  [has-type]
src/modelable/parser/transformer.py:568: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:569: error: Cannot determine type of "target"  [has-type]
src/modelable/parser/transformer.py:569: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:570: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:571: error: Cannot determine type of "modifier"  [has-type]
src/modelable/parser/transformer.py:572: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:574: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:576: error: Cannot determine type of "target"  [has-type]
src/modelable/parser/transformer.py:577: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:579: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:580: error: Cannot determine type of "modifier"  [has-type]
src/modelable/parser/transformer.py:581: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:583: error: Cannot determine type of "target"  [has-type]
src/modelable/parser/transformer.py:583: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:585: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:587: error: Cannot determine type of "modifier"  [has-type]
src/modelable/parser/transformer.py:588: error: Cannot determine type of "target"  [has-type]
src/modelable/parser/transformer.py:609: error: "object" object is not iterable  [misc]
src/modelable/parser/transformer.py:610: error: Cannot determine type of "target"  [has-type]
src/modelable/parser/transformer.py:610: error: Cannot determine type of "modifier"  [has-type]
src/modelable/parser/transformer.py:624: error: Argument 1 to "dict" has incompatible type "list[object]"; expected "Iterable[tuple[str, object]]"  [arg-type]
src/modelable/parser/transformer.py:696: error: No overload variant of "int" matches argument type "object"  [call-overload]
src/modelable/parser/transformer.py:744: error: No overload variant of "int" matches argument type "object"  [call-overload]
src/modelable/parser/transformer.py:747: error: No overload variant of "int" matches argument type "object"  [call-overload]
src/modelable/parser/transformer.py:756: error: Argument "item" to "ArrayType" has incompatible type "object"; expected "PrimitiveType | DecimalType | FixedBinaryType | ArrayType | MapType | <6 more items>"  [arg-type]
src/modelable/parser/transformer.py:759: error: Argument "key" to "MapType" has incompatible type "object"; expected "PrimitiveType | DecimalType | FixedBinaryType | ArrayType | MapType | <6 more items>"  [arg-type]
src/modelable/parser/transformer.py:759: error: Argument "value" to "MapType" has incompatible type "object"; expected "PrimitiveType | DecimalType | FixedBinaryType | ArrayType | MapType | <6 more items>"  [arg-type]
src/modelable/parser/transformer.py:763: error: Argument "version" to "RefType" has incompatible type "object"; expected "VersionExact | VersionRange | VersionMin | VersionPinned | None"  [arg-type]
src/modelable/parser/transformer.py:769: error: Argument "type" to "UnionVariant" has incompatible type "object"; expected "PrimitiveType | DecimalType | FixedBinaryType | ArrayType | MapType | <6 more items>"  [arg-type]
src/modelable/parser/transformer.py:800: error: "object" object is not iterable  [misc]
src/modelable/parser/transformer.py:806: error: No overload variant of "int" matches argument type "object"  [call-overload]
src/modelable/parser/transformer.py:819: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:822: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:825: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:828: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:831: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:836: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:839: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:842: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:853: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:869: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:872: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:875: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:878: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:881: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:932: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:935: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:938: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:941: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:944: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:947: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:950: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:960: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:969: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:972: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:982: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:995: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:998: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1008: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1011: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1014: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1017: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1020: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1023: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1026: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1029: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1032: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1035: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1038: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1041: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1065: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1068: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1071: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1074: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1077: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1080: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1083: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1086: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1089: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1092: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1095: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1104: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1107: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1110: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1113: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1116: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1119: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1122: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1125: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1128: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1131: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1134: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1137: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1140: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1143: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1146: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1164: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1167: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1170: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1175: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1178: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1211: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1225: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1228: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1231: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1234: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1237: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1240: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1243: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1246: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1257: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1260: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1263: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1266: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1269: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/planner/plans.py:103: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/planner/plans.py:114: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/planner/plans.py:21: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/planner/plans.py:36: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/planner/plans.py:88: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/planner/plans.py:94: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/planner/plans.py:98: error: Item "ProjectionVersion" of "ModelVersion | ProjectionVersion" has no attribute "change_kind"  [union-attr]
src/modelable/registry/__init__.py:4: error: Function is missing a return type annotation  [no-untyped-def]
src/modelable/registry/index.py:123: error: Incompatible types in assignment (expression has type "list[ProjectionVersion]", variable has type "list[ModelVersion]")  [assignment]
src/modelable/registry/index.py:142: error: "ModelVersion" has no attribute "source"  [attr-defined]
src/modelable/registry/index.py:146: error: "ModelVersion" has no attribute "source"  [attr-defined]
src/modelable/registry/index.py:147: error: "ModelVersion" has no attribute "source"  [attr-defined]
src/modelable/registry/index.py:150: error: "ModelVersion" has no attribute "source"  [attr-defined]
src/modelable/registry/index.py:167: error: "ModelVersion" has no attribute "source"  [attr-defined]
src/modelable/registry/index.py:171: error: "ModelVersion" has no attribute "source"  [attr-defined]
src/modelable/registry/index.py:172: error: "ModelVersion" has no attribute "source"  [attr-defined]
src/modelable/registry/index.py:175: error: "ModelVersion" has no attribute "source"  [attr-defined]
src/modelable/registry/index.py:178: error: "ModelVersion" has no attribute "joins"  [attr-defined]
src/modelable/registry/index.py:217: error: "FieldDef" has no attribute "mapping"  [attr-defined]
src/modelable/registry/index.py:228: error: "FieldDef" has no attribute "mapping"  [attr-defined]
src/modelable/registry/index.py:368: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/registry/index.py:399: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/registry/index.py:435: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/registry/resolver.py:274: error: Argument 1 to "extend" of "list" has incompatible type "list[ProjectionVersion]"; expected "Iterable[ModelVersion]"  [arg-type]
src/modelable/validation/deferred_syntax.py:43: error: Missing type arguments for generic type "Tree"  [type-arg]
src/modelable/validation/semantic.py:79: error: Missing type arguments for generic type "Match"  [type-arg]
src/modelable/validation/semantic.py:251: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/validation/semantic.py:335: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/validation/semantic.py:364: error: Call to untyped function "_resolve_projection_field_type" in typed context  [no-untyped-call]
src/modelable/validation/semantic.py:447: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/validation/semantic.py:556: error: Function is missing a return type annotation  [no-untyped-def]
src/modelable/validation/semantic.py:750: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/validation/semantic.py:796: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/validation/semantic.py:882: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/validation/semantic.py:965: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/validation/semantic.py:1031: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/validation/semantic.py:1063: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/validation/semantic.py:1090: error: Function is missing a return type annotation  [no-untyped-def]
src/modelable/validation/semantic.py:1090: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
