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