Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit f87dfb9

Browse files
authored
Revert requiring a specific version of Twisted for mypy checks. (#9618)
1 parent d29b71a commit f87dfb9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

changelog.d/9618.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix incorrect type hints.

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,5 @@ commands=
189189
[testenv:mypy]
190190
deps =
191191
{[base]deps}
192-
# Type hints are broken with Twisted > 20.3.0, see https://github.com/matrix-org/synapse/issues/9513
193-
twisted==20.3.0
194192
extras = all,mypy
195193
commands = mypy

0 commit comments

Comments
 (0)