Disallow-untyped defs tho

This commit is contained in:
David Robertson 2023-02-09 02:11:56 +00:00
parent dd92bedbcf
commit 03389c71ec
No known key found for this signature in database
GPG key ID: 903ECE108A39DEDD

View file

@ -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: