mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
02cf7f5d7b
* fix mypy with default_factory=list etc. * fix tests * add error case
3 lines
240 B
Plaintext
3 lines
240 B
Plaintext
20: error: Incompatible types in assignment (expression has type "List[int]", variable has type "List[str]") [assignment]
|
|
21: error: Incompatible types in assignment (expression has type "List[Any]", variable has type "int") [assignment]
|