mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04: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.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-service_identity.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-srvlookup.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
# https://github.com/twisted/treq/pull/366
|
||||
[mypy-treq.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-incremental.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-setuptools_rust.*]
|
||||
ignore_missing_imports = True
|
||||
|
Loading…
Reference in New Issue
Block a user