mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
21 lines
475 B
INI
21 lines
475 B
INI
[mypy]
|
|
show_error_codes = True
|
|
disable_error_code = attr-defined
|
|
|
|
[mypy-absl.*]
|
|
ignore_missing_imports = True
|
|
[mypy-jaxlib.*]
|
|
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
|