tinygrad/mypy.ini

10 lines
285 B
INI
Raw Normal View History

2023-10-06 16:45:28 +08:00
[mypy]
warn_unused_configs = True
files = tinygrad
ignore_missing_imports = True
check_untyped_defs = True
explicit_package_bases = True
warn_unreachable = True
2023-11-09 07:06:55 +08:00
warn_redundant_casts = True
# NOTE: had to comment this out to make mypy pass on both CI and OSX
#warn_unused_ignores = True