Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 5d4491e

Browse files
clokephughns
authored andcommitted
service-identity, incremental, and setuptools-rust now have type hints. (#16186)
1 parent 7eed7af commit 5d4491e

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

changelog.d/16186.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Improve type hints.

mypy.ini

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,18 +87,9 @@ ignore_missing_imports = True
8787
[mypy-saml2.*]
8888
ignore_missing_imports = True
8989

90-
[mypy-service_identity.*]
91-
ignore_missing_imports = True
92-
9390
[mypy-srvlookup.*]
9491
ignore_missing_imports = True
9592

9693
# https://github.com/twisted/treq/pull/366
9794
[mypy-treq.*]
9895
ignore_missing_imports = True
99-
100-
[mypy-incremental.*]
101-
ignore_missing_imports = True
102-
103-
[mypy-setuptools_rust.*]
104-
ignore_missing_imports = True

0 commit comments

Comments
 (0)