0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-19 03:53:45 +02:00

Revert requiring a specific version of Twisted for mypy checks. (#9618)

This commit is contained in:
Patrick Cloke 2021-03-15 12:18:35 -04:00 committed by GitHub
parent d29b71aa50
commit f87dfb9403
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

1
changelog.d/9618.misc Normal file
View file

@ -0,0 +1 @@
Fix incorrect type hints.

View file

@ -189,7 +189,5 @@ commands=
[testenv:mypy]
deps =
{[base]deps}
# Type hints are broken with Twisted > 20.3.0, see https://github.com/matrix-org/synapse/issues/9513
twisted==20.3.0
extras = all,mypy
commands = mypy