mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 03:52:05 +00:00
Install more deps for type checking.
This commit is contained in:
parent
acf18f0ade
commit
0acb773127
@ -30,11 +30,13 @@ yamllint_config_plugins_examples = ".yamllint-examples"
|
|||||||
run_mypy = true
|
run_mypy = true
|
||||||
mypy_ansible_core_package = "ansible-core>=2.19.0"
|
mypy_ansible_core_package = "ansible-core>=2.19.0"
|
||||||
mypy_config = ".mypy.ini"
|
mypy_config = ".mypy.ini"
|
||||||
# mypy_extra_deps = [
|
mypy_extra_deps = [
|
||||||
# "cryptography",
|
"docker",
|
||||||
# "types-mock",
|
"paramiko",
|
||||||
# "types-PyYAML",
|
"urllib3",
|
||||||
# ]
|
"requests",
|
||||||
|
"types-PyYAML",
|
||||||
|
]
|
||||||
|
|
||||||
[sessions.docs_check]
|
[sessions.docs_check]
|
||||||
validate_collection_refs="all"
|
validate_collection_refs="all"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user