mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
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
This commit is contained in:
parent
e8269ed391
commit
b275763c65
1
changelog.d/14992.misc
Normal file
1
changelog.d/14992.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Improve type hints.
|
3
mypy.ini
3
mypy.ini
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user