Skip to content

Commit d22f74b

Browse files
committed
Merge branch 'array-api-implementation' of https://github.com/amalia-k510/fast-array-utils into array-api-implementation
2 parents bab4392 + 37a6634 commit d22f74b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,7 @@ strict = true
145145
implicit_reexport = true
146146
explicit_package_bases = true
147147
mypy_path = [ "$MYPY_CONFIG_FILE_DIR/typings", "$MYPY_CONFIG_FILE_DIR/src" ]
148-
149-
[[tool.mypy.overrides]]
150-
module = [ "jax", "jax.*" ]
151-
ignore_missing_imports = true
148+
overrides = [ { module = [ "jax", "jax.*" ], ignore_missing_imports = true } ]
152149

153150
[tool.pyright]
154151
stubPath = "./typings"

0 commit comments

Comments
 (0)