Comment by md3911027514

Comment by md3911027514 4 days ago

2 replies

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.

underdeserver 4 days ago

Pytype and mypy check native annotations.

  • md3911027514 4 days ago

    Well yes but with native annotations the linter you’re already using can do a lot of the type checking work so for many teams it’s not worth it to add Pytype or mypy