aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authorMarvin Borner2023-08-18 14:16:59 +0200
committerMarvin Borner2023-08-18 14:16:59 +0200
commit7c375276b44dc933b3311c87601e0ac6945f5be8 (patch)
treeeb09819e7faae47e437ee4fd5c220d7ba951d14c /mypy.ini
parent2f6037861f32ed2721fe66901dafc67aa3cad5b9 (diff)
Fixed Pherkel CI
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/mypy.ini b/mypy.ini
index f5a713c..03675ee 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -2,4 +2,7 @@
ignore_missing_imports = True
[mypy-torchaudio.*]
-ignore_missing_imports = true \ No newline at end of file
+ignore_missing_imports = true
+
+[mypy-torch.*]
+ignore_missing_imports = true