Skip to content

Commit 0a571bc

Browse files
committed
code review
1 parent 14f70af commit 0a571bc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,18 @@ ignore = [
8282

8383
[tool.mypy]
8484
files = ["array_api_compat"]
85-
python_version = "3.10"
8685
disallow_incomplete_defs = true
8786
disallow_untyped_decorators = true
8887
disallow_untyped_defs = false # TODO
89-
ignore_missing_imports = true
88+
ignore_missing_imports = false
9089
no_implicit_optional = true
9190
show_error_codes = true
9291
warn_redundant_casts = true
9392
warn_unused_ignores = true
9493
warn_unreachable = true
9594

9695
[[tool.mypy.overrides]]
97-
module = ["cupy.*", "dask.*", "jax.*", "ndonnx.*", "sparse.*", "torch.*"]
96+
module = ["cupy.*", "cupy_backends.*", "dask.*", "jax.*", "ndonnx.*", "sparse.*", "torch.*"]
9897
ignore_missing_imports = true
9998

10099

0 commit comments

Comments
 (0)