From 3bade286f818fd2e29d65f9f47b9a5d71d719745 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 26 Oct 2025 10:02:49 +0100 Subject: [PATCH] Fix mypy config. --- .mypy.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.mypy.ini b/.mypy.ini index 28e42654..a5c1f514 100644 --- a/.mypy.ini +++ b/.mypy.ini @@ -22,10 +22,6 @@ follow_untyped_imports = True # Docker SDK for Python has partial typing information follow_untyped_imports = True -[mypy-ansible_collections.community.internal_test_tools.*] -# community.internal_test_tools has no typing information -ignore_missing_imports = True - [mypy-jsondiff.*] # jsondiff has no typing information ignore_missing_imports = True