I know of:
- pylint, which has plans to support PEP 484
- mypy, which can type check PEP 484 programs, and uses PEP 484 on its own code
- pytype, which can type check PEP 484 programs, and generate PEP 484 annotations
Which other static analysis tools have picked up PEP 484, and/or can do useful checking of (or anything else, with) annotated Python source?
I know of:
Which other static analysis tools have picked up PEP 484, and/or can do useful checking of (or anything else, with) annotated Python source?