[–] akshivb 3y ago ↗ There are many tools that accomplish static analysis in python. mypy is the original, but pyre(meta), pytype(google), and pyright(microsoft) are alternatives which make different trade offs.
[–] fannheyward 3y ago ↗ https://github.com/mtshiba/pylyzer [–] dirtbag__dad 3y ago ↗ Here we go! Thank you.
[–] MapleWalnut 3y ago ↗ Mypy is the most correct and flexible type checker I’ve found. Pyright is great for auto complete in VSCode though, so I use both.The Google and Facebook options aren’t well supported.
5 comments
[ 0.19 ms ] story [ 22.4 ms ] threadThe Google and Facebook options aren’t well supported.