From 8159a0b8a4519dced2490d77b7e1ae7fd1bbadef Mon Sep 17 00:00:00 2001 From: Pherkel Date: Fri, 18 Aug 2023 23:41:09 +0200 Subject: made linter changes (will still fail) --- mypy.ini | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mypy.ini') diff --git a/mypy.ini b/mypy.ini index f5a713c..9f3a098 100644 --- a/mypy.ini +++ b/mypy.ini @@ -2,4 +2,10 @@ ignore_missing_imports = True [mypy-torchaudio.*] +ignore_missing_imports = true + +[mypy-torch.*] +ignore_missing_imports = true + +[mypy-click.*] ignore_missing_imports = true \ No newline at end of file -- cgit v1.2.3