Skip to content

Commit

Permalink
mypy: Ignore pytorch type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtseng committed Jan 7, 2025
1 parent 49b3e70 commit d79080b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[mypy]
ignore_missing_imports = true
exclude = output

[mypy-torch.*]
follow_imports = skip
follow_imports_for_stubs = True

0 comments on commit d79080b

Please sign in to comment.