Skip to content

Commit

Permalink
Ignore missing stubs for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruruthia committed Sep 27, 2024
1 parent 91590ed commit 7b406d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,13 @@ ignore_missing_imports = True
ignore_missing_imports = True

[mypy-cupy.*]
ignore_missing_imports = True

[mypy-tensorflow.*]
ignore_missing_imports = True

[mypy-tqdm.*]
ignore_missing_imports = True

[mypy-yaml.*]
ignore_missing_imports = True

0 comments on commit 7b406d8

Please sign in to comment.