From aeee735661ff61836c292a448b57d84248ab55d1 Mon Sep 17 00:00:00 2001 From: brb Date: Mon, 24 Jul 2023 10:03:29 +0200 Subject: [PATCH] added mypy ignore --- mypy.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mypy.ini b/mypy.ini index 90ddc47..d715885 100644 --- a/mypy.ini +++ b/mypy.ini @@ -4,4 +4,7 @@ ignore_missing_imports = True [mypy-speedtest.*] +ignore_missing_imports = True + +[mypy-cron_converter.*] ignore_missing_imports = True \ No newline at end of file