matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.82k stars 2.13k forks source link

Improve type hints for attrs classes #16276

Closed DMRobertson closed 1 year ago

DMRobertson commented 1 year ago

An indulgent sorbet.

Commitwise reviewable.

In particular, according to https://github.com/python-attrs/attrs/issues/313 we should now be able to mark attrs classes using slots=True as Generic, as our minimum version of Python is 3.8. (Though let's confirm that in CI...)