mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 06:58:11 -05:00
* move gpuctypes in tree * fix mypy * regex exclude * autogen sh * mypy exclude * does that fix it * fix mypy * add hip confirm * verify all autogens * build clang2py * opencl headers * gpu on 22.04
10 lines
285 B
INI
10 lines
285 B
INI
[mypy]
|
|
warn_unused_configs = True
|
|
files = tinygrad
|
|
ignore_missing_imports = True
|
|
check_untyped_defs = True
|
|
explicit_package_bases = True
|
|
warn_unreachable = True
|
|
warn_redundant_casts = True
|
|
# NOTE: had to comment this out to make mypy pass on both CI and OSX
|
|
#warn_unused_ignores = True |