tree: b737a92c3b39e85c93aa6b67bce1637b7ebc5009
  1. __init__.py
  2. baseline.py
  3. mypy.py
  4. pyrefly.py
  5. README.md
typing_tests/README.md

Type hint tests

The files in this directory are not meant to be executed.

They are type-checked using various type checkers to ensure our type stubs are correct.

The directory is an importable package so its modules don't shadow real ones.

See the environments starting with typing- in tox.ini.