# 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/compiler/workspace.py:424: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/compiler/workspace.py:455: error: Missing type arguments for generic type "list"  [type-arg]
src/modelable/compiler/workspace.py:463: error: Missing type arguments for generic type "tuple"  [type-arg]
src/modelable/emitters/_schema_mapping.py:108: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/_schema_mapping.py:111: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/_schema_mapping.py:116: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/_schema_mapping.py:172: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/_schema_mapping.py:174: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/_schema_mapping.py:179: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/_schema_mapping.py:252: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/_schema_mapping.py:257: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/_schema_mapping.py:258: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/_schema_mapping.py:259: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/_schema_mapping.py:272: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/_schema_mapping.py:272: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/_schema_mapping.py:42: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/_schema_mapping.py:46: 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:161: error: Argument 1 to "append" of "list" has incompatible type "object"; expected "EmittedArtifact"  [arg-type]
src/modelable/emitters/fhir.py:162: error: Argument 1 to "extend" of "list" has incompatible type "object"; expected "Iterable[EmittedArtifact]"  [arg-type]
src/modelable/emitters/fhir.py:341: error: Incompatible return value type (got "FieldDef | ProjectionField | None", expected "FieldDef | None")  [return-value]
src/modelable/emitters/json_schema.py:114: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/json_schema.py:122: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/json_schema.py:160: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/json_schema.py:163: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/json_schema.py:196: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/json_schema.py:196: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/json_schema.py:216: error: Function is missing a return type annotation  [no-untyped-def]
src/modelable/emitters/json_schema.py:241: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/json_schema.py:250: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/json_schema.py:41: error: Incompatible types in assignment (expression has type "list[ProjectionVersion]", variable has type "list[ModelVersion]")  [assignment]
src/modelable/emitters/json_schema.py:43: error: Argument 3 to "_emit_projection_version" has incompatible type "ModelVersion"; expected "ProjectionVersion"  [arg-type]
src/modelable/emitters/json_schema.py:61: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/json_schema.py:77: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/json_schema.py:80: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/markdown.py:161: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/markdown.py:183: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/markdown.py:45: error: Incompatible types in assignment (expression has type "list[ProjectionVersion]", variable has type "list[ModelVersion]")  [assignment]
src/modelable/emitters/markdown.py:47: error: Argument 3 to "_emit_projection" has incompatible type "ModelVersion"; expected "ProjectionVersion"  [arg-type]
src/modelable/emitters/odcs.py:171: error: Incompatible types in assignment (expression has type "list[str]", target has type "str")  [assignment]
src/modelable/emitters/odcs.py:298: error: Incompatible return value type (got "FieldDef | ProjectionField | None", expected "FieldDef | None")  [return-value]
src/modelable/emitters/odcs.py:47: error: Incompatible types in assignment (expression has type "list[ProjectionVersion]", variable has type "list[ModelVersion]")  [assignment]
src/modelable/emitters/odcs.py:49: error: Argument 3 to "_emit_projection" has incompatible type "ModelVersion"; expected "ProjectionVersion"  [arg-type]
src/modelable/emitters/openlineage.py:140: error: Argument 1 to "_model_schema_field" has incompatible type "FieldDef | ProjectionField"; expected "FieldDef"  [arg-type]
src/modelable/emitters/openlineage.py:270: error: Incompatible return value type (got "FieldDef | ProjectionField | None", expected "FieldDef | None")  [return-value]
src/modelable/emitters/openlineage.py:46: error: Incompatible types in assignment (expression has type "list[ProjectionVersion]", variable has type "list[ModelVersion]")  [assignment]
src/modelable/emitters/openlineage.py:48: error: Argument 3 to "_emit_projection" has incompatible type "ModelVersion"; expected "ProjectionVersion"  [arg-type]
src/modelable/emitters/openlineage.py:84: error: Unsupported target for indexed assignment ("object")  [index]
src/modelable/emitters/openmetadata.py:201: error: Incompatible return value type (got "FieldDef | ProjectionField", expected "FieldDef | None")  [return-value]
src/modelable/emitters/openmetadata.py:218: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/openmetadata.py:39: error: Need type annotation for "om_data"  [var-annotated]
src/modelable/emitters/openmetadata.py:49: error: Item "None" of "list[Any] | str | None" has no attribute "append"  [union-attr]
src/modelable/emitters/openmetadata.py:49: error: Item "str" of "list[Any] | str | None" has no attribute "append"  [union-attr]
src/modelable/emitters/openmetadata.py:51: error: Incompatible types in assignment (expression has type "list[ProjectionVersion]", variable has type "list[ModelVersion]")  [assignment]
src/modelable/emitters/openmetadata.py:53: error: Argument 2 to "_resolve_source" has incompatible type "ModelVersion"; expected "ProjectionVersion"  [arg-type]
src/modelable/emitters/openmetadata.py:54: error: Argument 3 to "_projection_asset" has incompatible type "ModelVersion"; expected "ProjectionVersion"  [arg-type]
src/modelable/emitters/openmetadata.py:54: error: Item "None" of "list[Any] | str | None" has no attribute "append"  [union-attr]
src/modelable/emitters/openmetadata.py:54: error: Item "str" of "list[Any] | str | None" has no attribute "append"  [union-attr]
src/modelable/emitters/openmetadata.py:55: error: Argument 3 to "_projection_lineage" 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 "extend"  [union-attr]
src/modelable/emitters/openmetadata.py:55: error: Item "str" of "list[Any] | str | None" has no attribute "extend"  [union-attr]
src/modelable/emitters/rust.py:1264: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/rust.py:1314: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/rust.py:1345: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/rust.py:1371: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/rust.py:1385: error: Returning Any from function declared to return "str"  [no-any-return]
src/modelable/emitters/rust.py:138: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/rust.py:1480: error: Function is missing a return type annotation  [no-untyped-def]
src/modelable/emitters/rust.py:1480: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/rust.py:1494: error: Item "ProjectionField" of "FieldDef | ProjectionField" has no attribute "optional"  [union-attr]
src/modelable/emitters/rust.py:1494: error: Item "ProjectionField" of "FieldDef | ProjectionField" has no attribute "type"  [union-attr]
src/modelable/emitters/rust.py:1498: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/rust.py:1498: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/rust.py:1506: error: Returning Any from function declared to return "dict[Any, Any]"  [no-any-return]
src/modelable/emitters/rust.py:150: error: Incompatible types in assignment (expression has type "list[ProjectionVersion]", variable has type "list[ModelVersion]")  [assignment]
src/modelable/emitters/rust.py:1511: error: Returning Any from function declared to return "dict[Any, Any]"  [no-any-return]
src/modelable/emitters/rust.py:1515: error: Returning Any from function declared to return "dict[Any, Any]"  [no-any-return]
src/modelable/emitters/rust.py:152: error: "ModelVersion" has no attribute "source"  [attr-defined]
src/modelable/emitters/rust.py:157: error: Argument 3 to "_emit_projection" has incompatible type "ModelVersion"; expected "ProjectionVersion"  [arg-type]
src/modelable/emitters/rust.py:182: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/rust.py:221: error: Incompatible types in assignment (expression has type "list[ProjectionVersion]", variable has type "list[ModelVersion]")  [assignment]
src/modelable/emitters/rust.py:223: error: "ModelVersion" has no attribute "source"  [attr-defined]
src/modelable/emitters/rust.py:227: error: Argument 3 to "_emit_projection" has incompatible type "ModelVersion"; expected "ProjectionVersion"  [arg-type]
src/modelable/emitters/rust.py:370: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/rust.py:370: error: Missing type arguments for generic type "set"  [type-arg]
src/modelable/emitters/rust.py:439: error: Missing type arguments for generic type "set"  [type-arg]
src/modelable/emitters/rust.py:46: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/rust.py:61: error: Missing type arguments for generic type "frozenset"  [type-arg]
src/modelable/emitters/rust.py:644: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/rust.py:729: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/rust.py:738: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/rust.py:869: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/rust.py:993: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/sql.py:308: error: Function is missing a return type annotation  [no-untyped-def]
src/modelable/emitters/sql.py:308: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/sql.py:323: error: Function is missing a return type annotation  [no-untyped-def]
src/modelable/emitters/sql.py:323: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/sql.py:329: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/sql.py:329: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/sql.py:341: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/sql.py:345: error: Returning Any from function declared to return "bool"  [no-any-return]
src/modelable/emitters/sql.py:384: error: Returning Any from function declared to return "str"  [no-any-return]
src/modelable/emitters/sql.py:415: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/sql.py:447: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/sql.py:447: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/sql.py:480: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/sql.py:480: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/emitters/typescript.py:110: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/typescript.py:152: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/typescript.py:197: 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:215: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/typescript.py:241: error: Argument 1 to "_resolve_projection_field_type" has incompatible type "ProjectionField"; expected "FieldDef"  [arg-type]
src/modelable/emitters/typescript.py:255: error: Argument 1 to "_resolve_projection_field_type" has incompatible type "ProjectionField"; expected "FieldDef"  [arg-type]
src/modelable/emitters/typescript.py:266: 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:323: error: Function is missing a return type annotation  [no-untyped-def]
src/modelable/emitters/typescript.py:323: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/typescript.py:328: error: "FieldDef" has no attribute "mapping"  [attr-defined]
src/modelable/emitters/typescript.py:340: error: "FieldDef" has no attribute "mapping"  [attr-defined]
src/modelable/emitters/typescript.py:341: error: Item "ProjectionField" of "FieldDef | ProjectionField" has no attribute "type"  [union-attr]
src/modelable/emitters/typescript.py:345: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/typescript.py:374: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/emitters/typescript.py:450: 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:45: error: Incompatible types in assignment (expression has type "list[ProjectionVersion]", variable has type "list[ModelVersion]")  [assignment]
src/modelable/emitters/typescript.py:47: error: Argument 3 to "_emit_projection" has incompatible type "ModelVersion"; expected "ProjectionVersion"  [arg-type]
src/modelable/emitters/typescript.py:90: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
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:558: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/llm/engine.py:564: error: Returning Any from function declared to return "Path | None"  [no-any-return]
src/modelable/llm/engine.py:568: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/llm/importers.py:1051: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/llm/importers.py:1076: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/llm/importers.py:1086: error: Function is missing a return type annotation  [no-untyped-def]
src/modelable/llm/importers.py:1086: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/llm/importers.py:1107: error: Function is missing a return type annotation  [no-untyped-def]
src/modelable/llm/importers.py:1133: error: Need type annotation for "current" (hint: "current: list[<type>] = ...")  [var-annotated]
src/modelable/llm/importers.py:1153: error: Function is missing a return type annotation  [no-untyped-def]
src/modelable/llm/importers.py:259: error: Item "None" of "dict[str, Any] | None" has no attribute "get"  [union-attr]
src/modelable/llm/importers.py:262: 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:263: 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:267: 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:329: error: Value of type "dict[str, Any] | Any | None" is not indexable  [index]
src/modelable/llm/importers.py:332: 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:332: error: Item "None" of "dict[str, Any] | Any | None" has no attribute "get"  [union-attr]
src/modelable/llm/importers.py:336: 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:357: error: Incompatible types in assignment (expression has type "dict[str, Any] | None", variable has type "dict[str, Any]")  [assignment]
src/modelable/llm/importers.py:876: 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:934: 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:950: error: Missing type arguments for generic type "dict"  [type-arg]
src/modelable/llm/importers.py:963: error: Missing type arguments for generic type "list"  [type-arg]
src/modelable/llm/importers.py:986: error: Function is missing a return type annotation  [no-untyped-def]
src/modelable/llm/importers.py:987: error: Missing type arguments for generic type "dict"  [type-arg]
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:1001: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1004: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1037: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1051: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1054: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1057: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1060: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1063: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1066: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1069: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:1072: 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:328: error: No overload variant of "int" matches argument type "object"  [call-overload]
src/modelable/parser/transformer.py:426: error: "object" object is not iterable  [misc]
src/modelable/parser/transformer.py:427: error: Cannot determine type of "target"  [has-type]
src/modelable/parser/transformer.py:428: error: Cannot determine type of "modifier"  [has-type]
src/modelable/parser/transformer.py:429: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:431: error: Cannot determine type of "target"  [has-type]
src/modelable/parser/transformer.py:431: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:433: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:434: error: Cannot determine type of "modifier"  [has-type]
src/modelable/parser/transformer.py:435: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:436: error: Cannot determine type of "target"  [has-type]
src/modelable/parser/transformer.py:436: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:437: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:438: error: Cannot determine type of "modifier"  [has-type]
src/modelable/parser/transformer.py:439: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:440: error: Cannot determine type of "target"  [has-type]
src/modelable/parser/transformer.py:440: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:441: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:442: error: Cannot determine type of "modifier"  [has-type]
src/modelable/parser/transformer.py:443: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:445: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:447: error: Cannot determine type of "target"  [has-type]
src/modelable/parser/transformer.py:448: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:450: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:451: error: Cannot determine type of "modifier"  [has-type]
src/modelable/parser/transformer.py:452: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:454: error: Cannot determine type of "target"  [has-type]
src/modelable/parser/transformer.py:454: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:456: error: Cannot determine type of "value"  [has-type]
src/modelable/parser/transformer.py:458: error: Cannot determine type of "modifier"  [has-type]
src/modelable/parser/transformer.py:459: error: Cannot determine type of "target"  [has-type]
src/modelable/parser/transformer.py:480: error: "object" object is not iterable  [misc]
src/modelable/parser/transformer.py:481: error: Cannot determine type of "modifier"  [has-type]
src/modelable/parser/transformer.py:481: error: Cannot determine type of "target"  [has-type]
src/modelable/parser/transformer.py:495: error: Argument 1 to "dict" has incompatible type "list[object]"; expected "Iterable[tuple[str, object]]"  [arg-type]
src/modelable/parser/transformer.py:530: error: No overload variant of "int" matches argument type "object"  [call-overload]
src/modelable/parser/transformer.py:578: error: No overload variant of "int" matches argument type "object"  [call-overload]
src/modelable/parser/transformer.py:581: error: No overload variant of "int" matches argument type "object"  [call-overload]
src/modelable/parser/transformer.py:590: error: Argument "item" to "ArrayType" has incompatible type "object"; expected "PrimitiveType | DecimalType | FixedBinaryType | ArrayType | MapType | RefType | EnumType | ObjectType | NamedType"  [arg-type]
src/modelable/parser/transformer.py:593: error: Argument "key" to "MapType" has incompatible type "object"; expected "PrimitiveType | DecimalType | FixedBinaryType | ArrayType | MapType | RefType | EnumType | ObjectType | NamedType"  [arg-type]
src/modelable/parser/transformer.py:593: error: Argument "value" to "MapType" has incompatible type "object"; expected "PrimitiveType | DecimalType | FixedBinaryType | ArrayType | MapType | RefType | EnumType | ObjectType | NamedType"  [arg-type]
src/modelable/parser/transformer.py:597: error: Argument "version" to "RefType" has incompatible type "object"; expected "VersionExact | VersionRange | VersionMin | VersionPinned | None"  [arg-type]
src/modelable/parser/transformer.py:626: error: "object" object is not iterable  [misc]
src/modelable/parser/transformer.py:632: error: No overload variant of "int" matches argument type "object"  [call-overload]
src/modelable/parser/transformer.py:645: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:648: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:651: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:654: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:657: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:662: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:665: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:668: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:679: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:695: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:698: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:701: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:704: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:707: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:758: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:761: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:764: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:767: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:770: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:773: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:776: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:786: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:795: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:798: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:808: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:821: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:824: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:834: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:837: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:840: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:843: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:846: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:849: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:852: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:855: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:858: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:861: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:864: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:867: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:891: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:894: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:897: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:900: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:903: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:906: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:909: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:912: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:915: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:918: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:921: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:930: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:933: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:936: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:939: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:942: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:945: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:948: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:951: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:954: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:957: 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:963: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:966: 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:990: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:993: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/parser/transformer.py:996: 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:229: 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:197: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/validation/semantic.py:279: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/validation/semantic.py:308: error: Call to untyped function "_resolve_projection_field_type" in typed context  [no-untyped-call]
src/modelable/validation/semantic.py:368: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/validation/semantic.py:420: error: Function is missing a return type annotation  [no-untyped-def]
src/modelable/validation/semantic.py:557: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/validation/semantic.py:603: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/validation/semantic.py:658: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/validation/semantic.py:739: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/validation/semantic.py:73: error: Missing type arguments for generic type "Match"  [type-arg]
src/modelable/validation/semantic.py:805: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
src/modelable/validation/semantic.py:837: error: Function is missing a type annotation  [no-untyped-def]
src/modelable/validation/semantic.py:864: error: Function is missing a return type annotation  [no-untyped-def]
src/modelable/validation/semantic.py:864: error: Function is missing a type annotation for one or more parameters  [no-untyped-def]
