From a2d4486e4e74378a55c3fcfdaa4c95a3ead2987f Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 25 Aug 2024 06:19:32 -0400 Subject: [PATCH] Link to upstream requests for type hints --- mypy.ini | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/mypy.ini b/mypy.ini index b44b1fb..b77ddd1 100644 --- a/mypy.ini +++ b/mypy.ini @@ -13,6 +13,11 @@ explicit_package_bases = True disable_error_code = # Disabled due to many false-positives overload-overlap, - # Disable import-untyped to avoid widespread failures. Remove when safe or when - # specific exclusions supersede this broad setting. - import-untyped, + +# asweigart/pyperclip#210 +[mypy-pyperclip] +ignore_missing_imports = True + +# jonathaneunice/richxerox#3 +[mypy-richxerox] +ignore_missing_imports = True