From f87dfb94034087f5392670b6e857600102ea3f39 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Mon, 15 Mar 2021 12:18:35 -0400 Subject: Revert requiring a specific version of Twisted for mypy checks. (#9618) --- tox.ini | 2 -- 1 file changed, 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index a6d10537ae..9ff70fe312 100644 --- a/tox.ini +++ b/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 -- cgit 1.4.1