static-typing.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [static-typing]

www.codever.land/bookmarks/t/static-typing

mypy

http://mypy-lang.org/

Check variable types during compile time.


pyre-check

https://github.com/facebook/pyre-check

Performant type checking.


MonkeyType

https://github.com/Instagram/MonkeyType

A system for Python that generates static type annotations by collecting runtime types