Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.94.0rc1 | David Robertson | 2023-10-03 | 1 | -1/+0 |
| | |||||
* | mypy plugin to check `@cached` return types (#14911) | David Robertson | 2023-10-02 | 1 | -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). |