We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250230e commit 9db655eCopy full SHA for 9db655e
.mypy.ini
@@ -17,7 +17,3 @@ warn_unreachable = True
17
[mypy-ansible.*]
18
# ansible-core has partial typing information
19
follow_untyped_imports = True
20
-
21
-[mypy-ansible_collections.community.internal_test_tools.*]
22
-# community.internal_test_tools has no typing information
23
-ignore_missing_imports = True
0 commit comments