mypy.ini 285 B

12345678910
  1. [mypy]
  2. warn_unused_configs = True
  3. files = tinygrad
  4. ignore_missing_imports = True
  5. check_untyped_defs = True
  6. explicit_package_bases = True
  7. warn_unreachable = True
  8. warn_redundant_casts = True
  9. # NOTE: had to comment this out to make mypy pass on both CI and OSX
  10. #warn_unused_ignores = True