service-identity, incremental, and setuptools-rust now have type hints. (#16186)
This commit is contained in:
parent
82699428e3
commit
ed6de4b2d4
|
@ -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