mirror of
https://github.com/matrix-org/synapse.git
synced 2025-09-23 14:41:17 +02:00
service-identity, incremental, and setuptools-rust now have type hints. (#16186)
This commit is contained in:
parent
82699428e3
commit
ed6de4b2d4
1
changelog.d/16186.misc
Normal file
1
changelog.d/16186.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Improve type hints.
|
9
mypy.ini
9
mypy.ini
@ -87,18 +87,9 @@ ignore_missing_imports = True
|
|||||||
[mypy-saml2.*]
|
[mypy-saml2.*]
|
||||||
ignore_missing_imports = True
|
ignore_missing_imports = True
|
||||||
|
|
||||||
[mypy-service_identity.*]
|
|
||||||
ignore_missing_imports = True
|
|
||||||
|
|
||||||
[mypy-srvlookup.*]
|
[mypy-srvlookup.*]
|
||||||
ignore_missing_imports = True
|
ignore_missing_imports = True
|
||||||
|
|
||||||
# https://github.com/twisted/treq/pull/366
|
# https://github.com/twisted/treq/pull/366
|
||||||
[mypy-treq.*]
|
[mypy-treq.*]
|
||||||
ignore_missing_imports = True
|
ignore_missing_imports = True
|
||||||
|
|
||||||
[mypy-incremental.*]
|
|
||||||
ignore_missing_imports = True
|
|
||||||
|
|
||||||
[mypy-setuptools_rust.*]
|
|
||||||
ignore_missing_imports = True
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user