This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
MyPy-lint the whole codebase #9741
Labels
T-Task
Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
This is a bit of a "sentinel" issue, to be able to mypy-check the whole of
synapse/
andtests
/, 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 tosynapse/,
, so that one mypy pass goes over the entire database unequivocally.The text was updated successfully, but these errors were encountered: