diff --git a/mypy.ini b/mypy.ini new file mode 100644 index 0000000..90ddc47 --- /dev/null +++ b/mypy.ini @@ -0,0 +1,7 @@ +[mypy] + +[mypy-discord_logging.*] +ignore_missing_imports = True + +[mypy-speedtest.*] +ignore_missing_imports = True \ No newline at end of file