summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2021-10-06 18:55:25 +0100
committerGitHub <noreply@github.com>2021-10-06 17:55:25 +0000
commitf563676c097b830346acc7a4ce3e910c6b10c4c3 (patch)
tree40cdd8b11526d49bcef39d8a763f89c795c83ce7 /mypy.ini
parentAdd content to the Synapse documentation intro page (#10990) (diff)
downloadsynapse-f563676c097b830346acc7a4ce3e910c6b10c4c3.tar.xz
`disallow-untyped-defs` for `synapse.state` (#11004)
* `disallow-untyped-defs` for `synapse.state`

Much smaller than I was expecting!
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index 86459bdcb6..a052d49c71 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -99,6 +99,9 @@ disallow_untyped_defs = True
 [mypy-synapse.rest.*]
 disallow_untyped_defs = True
 
+[mypy-synapse.state.*]
+disallow_untyped_defs = True
+
 [mypy-synapse.util.batching_queue]
 disallow_untyped_defs = True