瀏覽代碼

Expect type stubs from canonicaljson (#14992)

* canonicaljson has stubs now

since https://github.com/matrix-org/python-canonicaljson/pull/52

which is included in the lockfile version we use for type checking.

* Changelog
tags/v1.77.0rc1
David Robertson 1 年之前
committed by GitHub
父節點
當前提交
b275763c65
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 2 個文件被更改,包括 1 次插入3 次删除
  1. +1
    -0
      changelog.d/14992.misc
  2. +0
    -3
      mypy.ini

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

@@ -0,0 +1 @@
Improve type hints.

+ 0
- 3
mypy.ini 查看文件

@@ -142,9 +142,6 @@ disallow_untyped_defs = True
[mypy-authlib.*]
ignore_missing_imports = True

[mypy-canonicaljson]
ignore_missing_imports = True

[mypy-ijson.*]
ignore_missing_imports = True



Loading…
取消
儲存