From 669064bbb9db3339c8ac29e2609349715d52c164 Mon Sep 17 00:00:00 2001 From: Glyph Date: Mon, 9 Dec 2024 23:47:58 -0800 Subject: [PATCH] ignore pydbus This commit was sponsored by Carlton Gibson, Blaise Pabon, rockstar, and my other patrons. If you want to join them, you can support my work at https://glyph.im/patrons/. --- mypy.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mypy.ini b/mypy.ini index 0948629..37d7e20 100644 --- a/mypy.ini +++ b/mypy.ini @@ -35,3 +35,6 @@ ignore_missing_imports = True [mypy-objc.*] ignore_missing_imports = True + +[mypy-pydbus.*] +ignore_missing_imports = True