summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
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