From 03389c71ec3246b848a43a3349bcec37f29a150c Mon Sep 17 00:00:00 2001 From: David Robertson Date: Thu, 9 Feb 2023 02:11:56 +0000 Subject: [PATCH] Disallow-untyped defs tho --- mypy.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/mypy.ini b/mypy.ini index 3f144e61fb..5a77a56319 100644 --- a/mypy.ini +++ b/mypy.ini @@ -62,9 +62,6 @@ disallow_untyped_defs = False [mypy-tests.unittest] disallow_untyped_defs = False -[mypy-tests.util.caches.test_descriptors] -disallow_untyped_defs = False - ;; Dependencies without annotations ;; Before ignoring a module, check to see if type stubs are available. ;; The `typeshed` project maintains stubs here: