瀏覽代碼

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

tags/v1.30.0rc1
Patrick Cloke 3 年之前
committed by GitHub
父節點
當前提交
f87dfb9403
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 2 個檔案被更改,包括 1 行新增2 行删除
  1. +1
    -0
      changelog.d/9618.misc
  2. +0
    -2
      tox.ini

+ 1
- 0
changelog.d/9618.misc 查看文件

@@ -0,0 +1 @@
Fix incorrect type hints.

+ 0
- 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…
取消
儲存