mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-09-13 03:15:10 +00:00
Fix mypy config.
This commit is contained in:
@@ -22,10 +22,6 @@ follow_untyped_imports = True
|
|||||||
# Docker SDK for Python has partial typing information
|
# Docker SDK for Python has partial typing information
|
||||||
follow_untyped_imports = True
|
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.*]
|
[mypy-jsondiff.*]
|
||||||
# jsondiff has no typing information
|
# jsondiff has no typing information
|
||||||
ignore_missing_imports = True
|
ignore_missing_imports = True
|
||||||
|
|||||||
Reference in New Issue
Block a user