Skip to content
Snippets Groups Projects
Unverified Commit f87dfb94 authored by Patrick Cloke's avatar Patrick Cloke Committed by GitHub
Browse files

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

parent d29b71aa
No related branches found
No related tags found
No related merge requests found
Fix incorrect type hints.
...@@ -189,7 +189,5 @@ commands= ...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment