|
|
|
|
|
by mikeholler
2319 days ago
|
|
This is a good read. I did not know about typing.cast and was just putting # type: ignore on things. So far, we've had a pretty positive experience with mypy and it's helped prevent a few bugs. Do be prepared to find weird edges you can cut yourself on along the way, but all-in-all I think it's a positive value add. |
|