Hacker News new | ask | show | jobs
by hauntsaninja 259 days ago
pyright will accept this. mypy should accept this when using --allow-redefinition-new as well
1 comments

> mypy should accept this when using --allow-redefinition-new as well

TIL, thank you!