This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
MyPy-lint the whole codebase #9741
Closed
Description
This is a bit of a "sentinel" issue, to be able to mypy-check the whole of synapse/
and tests
/, at the very least.
While working on #9682 i noticed that mypy is missing a lot of corners, so im making this issue to work towards.
Simply; the goal is to reduce the [mypy]
-> files=
key in this file down to synapse/,
, so that one mypy pass goes over the entire database unequivocally.