summary refs log tree commit diff
path: root/changelog.d/14911.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.94.0rc1David Robertson2023-10-031-1/+0
|
* mypy plugin to check `@cached` return types (#14911)David Robertson2023-10-021-0/+1
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).