Comment by md3911027514
Comment by md3911027514 4 days ago
Pytype was cool before Python type annotations became widespread. It seems to me like the industry is naturally moving toward native type annotations and linters and away from static analyzers like Pytype and mypy.
Pytype and mypy check native annotations.