From 9db655e7fd1b661e3ac981cd24458c7ef36d5b9f Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 17 Oct 2025 12:37:22 +0200 Subject: [PATCH] community.internal_test_tools is typed. (#960) --- .mypy.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.mypy.ini b/.mypy.ini index 5104700a..a458d8cb 100644 --- a/.mypy.ini +++ b/.mypy.ini @@ -17,7 +17,3 @@ warn_unreachable = True [mypy-ansible.*] # ansible-core 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