summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--changelog.d/16186.misc1
-rw-r--r--mypy.ini9
2 files changed, 1 insertions, 9 deletions
diff --git a/changelog.d/16186.misc b/changelog.d/16186.misc
new file mode 100644
index 0000000000..93ceaeafc9
--- /dev/null
+++ b/changelog.d/16186.misc
@@ -0,0 +1 @@
+Improve type hints.
diff --git a/mypy.ini b/mypy.ini
index 311a951aa8..fb5f44c939 100644
--- a/mypy.ini
+++ b/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