Y
Hacker News
new
|
ask
|
show
|
jobs
by
flanked-evergl
251 days ago
Pydantic does some pretty strange stuff which works as expected but confuses the type checker unless you use the pydantic plugin.
https://docs.pydantic.dev/latest/integrations/mypy/
1 comments
mixmastamyk
251 days ago
I see. Tried ty and it seemed to know about missing required args. But wasn't able to follow the Field directives.
link