diff options
author | David Robertson <davidr@element.io> | 2023-10-02 15:22:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-02 14:22:36 +0000 |
commit | 102677638002b3ef6ae956947333ddcde80680a7 (patch) | |
tree | 0f058bd5cd463040741246ef476cf56ca1a30259 /changelog.d | |
parent | Remove Python version from `/_synapse/admin/v1/server_version` (#16380) (diff) | |
download | synapse-102677638002b3ef6ae956947333ddcde80680a7.tar.xz |
mypy plugin to check `@cached` return types (#14911)
Co-authored-by: David Robertson <davidr@element.io> Co-authored-by: Patrick Cloke <patrickc@matrix.org> Co-authored-by: Erik Johnston <erik@matrix.org> Assert that the return type of callables wrapped in @cached and @cachedList are cachable (aka immutable).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14911.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14911.misc b/changelog.d/14911.misc new file mode 100644 index 0000000000..93ceaeafc9 --- /dev/null +++ b/changelog.d/14911.misc @@ -0,0 +1 @@ +Improve type hints. |