I really wish we had a ruff equivalent for python type checking, mypy is OK but it's really slow
Pyre, written in OCaml, is the closest thing that's stable. It has been discussed on HN a couple of times. Here is the 2021 discussion: https://news.ycombinator.com/item?id=27107647 . Note that Pyre does not support Windows ( https://github.com/facebook/pyre-check/issues/554 ) and only provides wheels for x86_64 Linux and macOS ( https://pypi.org/project/pyre-check/0.9.18/#files ). While I don't use Windows, it makes…
it works well and fast for a whole codebase though