2020-03-18 17:06:05 -04:00
|
|
|
[mypy]
|
2021-01-31 15:34:20 +02:00
|
|
|
show_error_codes=True
|
2020-03-18 17:06:05 -04:00
|
|
|
|
|
|
|
[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
|
2020-03-28 14:55:58 -07:00
|
|
|
[mypy-jax.interpreters.autospmd]
|
|
|
|
ignore_errors = True
|
2020-07-30 12:59:36 -07:00
|
|
|
[mypy-jax.lax.lax_parallel]
|
|
|
|
ignore_errors = True
|
2020-12-24 09:40:40 +02:00
|
|
|
[mypy-jax.experimental.jax2tf.tests.primitive_harness]
|
|
|
|
ignore_errors = True
|