From 6c198cb266f2e743c052b5dbdf729dced1bb7c8f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 18 Jun 2020 14:05:08 +0200 Subject: mypy: Remove disallow_incomplete_defs Removed from other sections in 3679d3a05b273cbac206c52632ae0c369e7cccf2 but those were added in the docked-inspector branch. --- .mypy.ini | 2 -- 1 file changed, 2 deletions(-) (limited to '.mypy.ini') diff --git a/.mypy.ini b/.mypy.ini index edab4b930..1972e5040 100644 --- a/.mypy.ini +++ b/.mypy.ini @@ -71,11 +71,9 @@ disallow_untyped_defs = True [mypy-qutebrowser.browser.inspector] disallow_untyped_defs = True -disallow_incomplete_defs = True [mypy-qutebrowser.browser.webkit.webkitinspector] disallow_untyped_defs = True -disallow_incomplete_defs = True [mypy-qutebrowser.browser.webengine.webengineinspector] disallow_untyped_defs = True -- cgit v1.2.3-54-g00ecf