top | item 26816306

(no title)

guram11 | 4 years ago

curious what do you do when each type systems agree and disagree with the other?

discuss

order

Mehdi2277|4 years ago

You determine which is right and report a bug in the other. After that you add a type ignore statement to keep the wrong one happy until the issue is resolved. My current workplace I have two type checkers enabled (mypy/pyright) and that’s our way of dealing with it.