summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-02-06 12:54:11 +0000
committerGitHub <noreply@github.com>2023-02-06 12:54:11 +0000
commitb275763c65dfa3c38432465c5bfba66a15c08040 (patch)
treed707d0cc69e2ed27529f0f89fd5ed57110266d41 /changelog.d
parentType hints for tests.appservice (#14990) (diff)
downloadsynapse-b275763c65dfa3c38432465c5bfba66a15c08040.tar.xz
Expect type stubs from canonicaljson (#14992)
* canonicaljson has stubs now

since https://github.com/matrix-org/python-canonicaljson/pull/52

which is included in the lockfile version we use for type checking.

* Changelog
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14992.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14992.misc b/changelog.d/14992.misc
new file mode 100644
index 0000000000..93ceaeafc9
--- /dev/null
+++ b/changelog.d/14992.misc
@@ -0,0 +1 @@
+Improve type hints.