|
|
|
|
|
by nazgul17
301 days ago
|
|
That's the dream. Reality is very different. Mypy presents numerous false negatives and false positives. Useful to screen for some bugs, but definitely far from giving guarantees. Not to mention, if a library does not or does sloppily use type annotations, you would not get reliability even with a perfect type checker. |
|