17: error: Unexpected keyword argument "z" for "Model"  [call-arg]
18: error: Missing named argument "y" for "Model"  [call-arg]
19: error: Property "y" defined in "Model" is read-only  [misc]
20: error: "Model" does not have from_attributes=True  [pydantic-orm]
32: error: Unexpected keyword argument "z" for "KwargsModel"  [call-arg]
33: error: Missing named argument "y" for "KwargsModel"  [call-arg]
34: error: Property "y" defined in "KwargsModel" is read-only  [misc]
35: error: "KwargsModel" does not have from_attributes=True  [pydantic-orm]
43: error: Unexpected keyword argument "x" for "ForbidExtraModel"  [call-arg]
50: error: Unexpected keyword argument "x" for "KwargsForbidExtraModel"  [call-arg]
54: error: Invalid value for "Config.extra"  [pydantic-config]
54: note: Error code "pydantic-config" not covered by "type: ignore" comment
61: error: Invalid value for "Config.extra"  [pydantic-config]
66: error: Invalid value for "Config.from_attributes"  [pydantic-config]
66: note: Error code "pydantic-config" not covered by "type: ignore" comment
69: error: Invalid value for "Config.from_attributes"  [pydantic-config]
74: error: Invalid value for "Config.from_attributes"  [pydantic-config]
74: note: Error code "pydantic-config" not covered by "type: ignore" comment
77: error: Invalid value for "Config.from_attributes"  [pydantic-config]
92: error: Incompatible types in assignment (expression has type "ellipsis", variable has type "int")  [assignment]
95: error: Untyped fields disallowed  [pydantic-field]
101: error: Incompatible types in assignment (expression has type "None", variable has type "int")  [assignment]
102: error: Untyped fields disallowed  [pydantic-field]
105: error: Missing named argument "a" for "DefaultTestingModel"  [call-arg]
105: error: Missing named argument "b" for "DefaultTestingModel"  [call-arg]
105: error: Missing named argument "c" for "DefaultTestingModel"  [call-arg]
105: error: Missing named argument "d" for "DefaultTestingModel"  [call-arg]
109: error: Name "Undefined" is not defined  [name-defined]
112: error: Missing named argument "undefined" for "UndefinedAnnotationModel"  [call-arg]
115: error: Missing named argument "y" for "model_construct" of "Model"  [call-arg]
117: error: Argument "x" to "model_construct" of "Model" has incompatible type "str"; expected "int"  [arg-type]
120: error: Argument "x" to "InheritingModel" has incompatible type "str"; expected "int"  [arg-type]
121: error: Argument "x" to "Model" has incompatible type "str"; expected "int"  [arg-type]
138: error: Argument "data" to "Response" has incompatible type "int"; expected "Model"  [arg-type]
146: error: Argument "y" to "AliasModel" has incompatible type "int"; expected "str"  [arg-type]
152: error: Required dynamic aliases disallowed  [pydantic-alias]
156: error: Argument "z" to "DynamicAliasModel" has incompatible type "str"; expected "int"  [arg-type]
166: error: Unexpected keyword argument "y" for "DynamicAliasModel2"  [call-arg]
175: error: Unexpected keyword argument "y" for "KwargsDynamicAliasModel"  [call-arg]
179: error: Required dynamic aliases disallowed  [pydantic-alias]
182: error: Required dynamic aliases disallowed  [pydantic-alias]
190: error: Required dynamic aliases disallowed  [pydantic-alias]
198: error: Untyped fields disallowed  [pydantic-field]
202: error: Unexpected keyword argument "x" for "AliasGeneratorModel2"  [call-arg]
203: error: Unexpected keyword argument "z" for "AliasGeneratorModel2"  [call-arg]
206: error: Required dynamic aliases disallowed  [pydantic-alias]
207: error: Required dynamic aliases disallowed  [pydantic-alias]
215: error: Required dynamic aliases disallowed  [pydantic-alias]
216: error: Required dynamic aliases disallowed  [pydantic-alias]
219: error: Unexpected keyword argument "x" for "KwargsAliasGeneratorModel2"  [call-arg]
220: error: Unexpected keyword argument "z" for "KwargsAliasGeneratorModel2"  [call-arg]
223: error: Name "Missing" is not defined  [name-defined]
250: error: Property "y" defined in "FrozenModel" is read-only  [misc]
270: error: Incompatible types in assignment (expression has type "None", variable has type "int")  [assignment]
271: error: Incompatible types in assignment (expression has type "None", variable has type "int")  [assignment]
274: error: Incompatible types in assignment (expression has type "Set[Any]", variable has type "str")  [assignment]
275: error: Incompatible types in assignment (expression has type "str", variable has type "int")  [assignment]
277: error: Argument "default_factory" to "Field" has incompatible type "int"; expected "Optional[Callable[[], Any]]"  [arg-type]
280: error: Field default and default_factory cannot be specified together  [pydantic-field]
290: error: Missing positional argument "self" in call to "instance_method" of "ModelWithAnnotatedValidator"  [call-arg]
