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

Bump mypy from 1.4.1 to 1.5.1. #16300

Closed clokep closed 1 year ago

clokep commented 1 year ago

16291 lets us bump this, unfortunately it didn't seem to tighten anything up.

DMRobertson commented 1 year ago

unfortunately it didn't seem to tighten anything up.

It seemed to pickup a couple of unused type-ignores at least!

clokep commented 1 year ago

It seemed to pickup a couple of unused type-ignores at least!

Huh, why didn't I see those locally?

clokep commented 1 year ago

Huh, why didn't I see those locally?

Apparently I do see them. 😕 Well, regardless they should be fixed now.