|
|
|
|
|
by tcbasche
2017 days ago
|
|
mypy is great but I've become enamoured with pyright[1] of late. It's super fast and catches way more problems than mypy does. It also catches syntax and semantic errors as a nice aside. [1] https://github.com/microsoft/pyright |
|