forked from MirrorHub/synapse
Revert requiring a specific version of Twisted for mypy checks. (#9618)
This commit is contained in:
parent
d29b71aa50
commit
f87dfb9403
2 changed files with 1 additions and 2 deletions
1
changelog.d/9618.misc
Normal file
1
changelog.d/9618.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Fix incorrect type hints.
|
2
tox.ini
2
tox.ini
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue