Revision 4a256212e6247919601fbe90889ead5c4a48ccd1 authored by Matthew Johnson on 09 September 2020, 03:17:05 UTC, committed by Matthew Johnson on 09 September 2020, 03:17:05 UTC
1 parent e323a7c
Raw File
mypy.ini
[mypy]

[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
back to top