From 41f52ba6a94b388f2b832eb9cc75a0a3dc925086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Thu, 16 Jun 2022 18:38:00 +0200 Subject: Add ignores for missing imports from ``importlib`` --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 1e2341a8..b1943a12 100644 --- a/setup.cfg +++ b/setup.cfg @@ -93,3 +93,7 @@ ignore_missing_imports = True [mypy-gi.*] ignore_missing_imports = True + +[mypy-importlib.*] +# Importlib typeshed stubs do not include the private functions we use +ignore_missing_imports = True -- cgit v1.2.1