Skip to content
Snippets Groups Projects
Unverified Commit b275763c authored by David Robertson's avatar David Robertson Committed by GitHub
Browse files

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
parent e8269ed3
No related branches found
No related tags found
No related merge requests found
Improve type hints.
...@@ -142,9 +142,6 @@ disallow_untyped_defs = True ...@@ -142,9 +142,6 @@ disallow_untyped_defs = True
[mypy-authlib.*] [mypy-authlib.*]
ignore_missing_imports = True ignore_missing_imports = True
[mypy-canonicaljson]
ignore_missing_imports = True
[mypy-ijson.*] [mypy-ijson.*]
ignore_missing_imports = True ignore_missing_imports = True
......
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