mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
23 lines
523 B
INI
23 lines
523 B
INI
[mypy]
|
|
show_error_codes = True
|
|
disable_error_code = attr-defined
|
|
|
|
[mypy-absl.*]
|
|
ignore_missing_imports = True
|
|
[mypy-colorama.*]
|
|
ignore_missing_imports = True
|
|
[mypy-numpy.*]
|
|
ignore_missing_imports = True
|
|
[mypy-opt_einsum.*]
|
|
ignore_missing_imports = True
|
|
[mypy-scipy.*]
|
|
ignore_missing_imports = True
|
|
[mypy-jax.interpreters.autospmd]
|
|
ignore_errors = True
|
|
[mypy-jax.lax.lax_parallel]
|
|
ignore_errors = True
|
|
[mypy-jax.experimental.jax2tf.tests.primitive_harness]
|
|
ignore_errors = True
|
|
[mypy-libtpu.*]
|
|
ignore_missing_imports = True
|