diff --git a/mypy.ini b/mypy.ini new file mode 100644 index 00000000..1f9f6f7d --- /dev/null +++ b/mypy.ini @@ -0,0 +1,8 @@ +[mypy] +namespace_packages = True + +[mypy-PIL.*] +ignore_missing_imports = True + +[mypy-winreg.*] +ignore_missing_imports = True \ No newline at end of file