Skip to content

Commit

Permalink
Ignore missing imports for mypy for array-api-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Oct 10, 2023
1 parent 3a9130b commit cd36f46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ show_error_codes = True
ignore_missing_imports = True
[mypy-aiostream.*]
ignore_missing_imports = True
[mypy-array-api-compat.*]
ignore_missing_imports = True
[mypy-coiled.*]
ignore_missing_imports = True
[mypy-dask.*]
Expand Down

0 comments on commit cd36f46

Please sign in to comment.