diff options
author | David Robertson <davidr@element.io> | 2023-02-09 02:11:56 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-02-09 02:11:56 +0000 |
commit | 03389c71ec3246b848a43a3349bcec37f29a150c (patch) | |
tree | deaa1a637fb65e3aca93e09ff1ce6824ffeca079 | |
parent | Everything else, sorry (diff) | |
download | synapse-03389c71ec3246b848a43a3349bcec37f29a150c.tar.xz |
Disallow-untyped defs tho
-rw-r--r-- | mypy.ini | 3 |
1 files changed, 0 insertions, 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: |