mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 02:03:46 +01: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
2 changed files with 1 additions and 3 deletions
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.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-canonicaljson]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-ijson.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
|
|
Loading…
Reference in a new issue