24: error: Unexpected keyword argument "z" for "Model"  [call-arg]
25: error: Missing named argument "y" for "Model"  [call-arg]
26: error: Property "y" defined in "Model" is read-only  [misc]
27: error: "Model" does not have from_attributes=True  [pydantic-orm]
39: error: Unexpected keyword argument "z" for "KwargsModel"  [call-arg]
40: error: Missing named argument "y" for "KwargsModel"  [call-arg]
41: error: Property "y" defined in "KwargsModel" is read-only  [misc]
42: error: "KwargsModel" does not have from_attributes=True  [pydantic-orm]
51: error: Unexpected keyword argument "x" for "ForbidExtraModel"  [call-arg]
58: error: Unexpected keyword argument "x" for "KwargsForbidExtraModel"  [call-arg]
64: error: Invalid value for "Config.extra"  [pydantic-config]
67: error: Invalid value for "Config.extra"  [pydantic-config]
73: error: Invalid value for "Config.from_attributes"  [pydantic-config]
76: error: Invalid value for "Config.from_attributes"  [pydantic-config]
82: error: Invalid value for "Config.from_attributes"  [pydantic-config]
85: error: Invalid value for "Config.from_attributes"  [pydantic-config]
101: error: Incompatible types in assignment (expression has type "ellipsis", variable has type "int")  [assignment]
104: error: Untyped fields disallowed  [pydantic-field]
110: error: Incompatible types in assignment (expression has type "None", variable has type "int")  [assignment]
111: error: Untyped fields disallowed  [pydantic-field]
114: error: Missing named argument "a" for "DefaultTestingModel"  [call-arg]
114: error: Missing named argument "b" for "DefaultTestingModel"  [call-arg]
114: error: Missing named argument "c" for "DefaultTestingModel"  [call-arg]
114: error: Missing named argument "d" for "DefaultTestingModel"  [call-arg]
118: error: Name "Undefined" is not defined  [name-defined]
121: error: Missing named argument "undefined" for "UndefinedAnnotationModel"  [call-arg]
124: error: Missing named argument "y" for "model_construct" of "Model"  [call-arg]
126: error: Argument "x" to "model_construct" of "Model" has incompatible type "str"; expected "int"  [arg-type]
176: error: Missing named argument "x" for "DynamicAliasModel2"  [call-arg]
185: error: Missing named argument "x" for "KwargsDynamicAliasModel"  [call-arg]
204: error: Unused "type: ignore" comment
210: error: Untyped fields disallowed  [pydantic-field]
235: error: Name "Missing" is not defined  [name-defined]
265: error: Property "y" defined in "FrozenModel" is read-only  [misc]
286: error: Incompatible types in assignment (expression has type "None", variable has type "int")  [assignment]
287: error: Incompatible types in assignment (expression has type "None", variable has type "int")  [assignment]
290: error: Incompatible types in assignment (expression has type "Set[Any]", variable has type "str")  [assignment]
291: error: Incompatible types in assignment (expression has type "str", variable has type "int")  [assignment]
293: error: Argument "default_factory" to "Field" has incompatible type "int"; expected "Optional[Callable[[], Any]]"  [arg-type]
296: error: Field default and default_factory cannot be specified together  [pydantic-field]
306: error: Missing positional argument "self" in call to "instance_method" of "ModelWithAnnotatedValidator"  [call-arg]
