Revert requiring a specific version of Twisted for mypy checks. (#9618)
This commit is contained in:
parent
d29b71aa50
commit
f87dfb9403
|
@ -0,0 +1 @@
|
||||||
|
Fix incorrect type hints.
|
2
tox.ini
2
tox.ini
|
@ -189,7 +189,5 @@ commands=
|
||||||
[testenv:mypy]
|
[testenv:mypy]
|
||||||
deps =
|
deps =
|
||||||
{[base]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
|
extras = all,mypy
|
||||||
commands = mypy
|
commands = mypy
|
||||||
|
|
Loading…
Reference in New Issue