aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini17
1 files changed, 0 insertions, 17 deletions
diff --git a/mypy.ini b/mypy.ini
deleted file mode 100644
index c13aa05..0000000
--- a/mypy.ini
+++ /dev/null
@@ -1,17 +0,0 @@
-[mypy-AudioLoader.*]
-ignore_missing_imports = True
-
-[mypy-torchaudio.*]
-ignore_missing_imports = true
-
-[mypy-torch.*]
-ignore_missing_imports = true
-
-[mypy-click.*]
-ignore_missing_imports = true
-
-[mypy-tokenizers.*]
-ignore_missing_imports = true
-
-[mypy-tqmd.*]
-ignore_missing_imports = true \ No newline at end of file