summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-04-25 13:32:35 +0100
committerGitHub <noreply@github.com>2022-04-25 12:32:35 +0000
commit8bac3e043541003187e9f16598ff54b0327b9a04 (patch)
tree1f036e32fabc59dcafe0fea5360d5455d84885be /changelog.d
parentMisc. clean-ups to the relations code (#12519) (diff)
downloadsynapse-8bac3e043541003187e9f16598ff54b0327b9a04.tar.xz
disallow-untyped-defs in `docker` and `stubs` directories (#12528)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12528.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12528.misc b/changelog.d/12528.misc
new file mode 100644
index 0000000000..f64b5d24b0
--- /dev/null
+++ b/changelog.d/12528.misc
@@ -0,0 +1 @@
+Add type hints so `docker` and `stubs` directories pass `mypy --disallow-untyped-defs`.