From 0df1fb35b5b565ae06fc890c325846d6f4fb928b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 22 Mar 2021 15:56:13 +0100 Subject: Add type annotations for guiprocess --- .mypy.ini | 3 +++ 1 file changed, 3 insertions(+) (limited to '.mypy.ini') diff --git a/.mypy.ini b/.mypy.ini index 37a4605c8..5b29efaac 100644 --- a/.mypy.ini +++ b/.mypy.ini @@ -53,6 +53,9 @@ disallow_untyped_defs = True [mypy-qutebrowser.browser.webengine.webengineinspector] disallow_untyped_defs = True +[mypy-qutebrowser.misc.guiprocess] +disallow_untyped_defs = True + [mypy-qutebrowser.misc.objects] disallow_untyped_defs = True -- cgit v1.2.3-54-g00ecf