Skip to content

Commit 669064b

Browse files
committed
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/.
1 parent 8e8ed0a commit 669064b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mypy.ini

+3
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ ignore_missing_imports = True
3535

3636
[mypy-objc.*]
3737
ignore_missing_imports = True
38+
39+
[mypy-pydbus.*]
40+
ignore_missing_imports = True

0 commit comments

Comments
 (0)