Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 6e73467

Browse files
committed
Finish typing test_descriptors.
1 parent 4b23950 commit 6e73467

File tree

3 files changed

+87
-78
lines changed

3 files changed

+87
-78
lines changed

changelog.d/15659.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Improve type hints.

mypy.ini

-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ warn_unused_ignores = False
3232
[mypy-synapse.util.caches.treecache]
3333
disallow_untyped_defs = False
3434

35-
[mypy-tests.util.caches.test_descriptors]
36-
disallow_untyped_defs = False
37-
3835
;; Dependencies without annotations
3936
;; Before ignoring a module, check to see if type stubs are available.
4037
;; The `typeshed` project maintains stubs here:

0 commit comments

Comments
 (0)