community.docker/plugins/modules
Felix Fontein cad22de628
Python code modernization, 4/n (#1162)
* Address attribute-defined-outside-init.

* Address broad-exception-raised.

* Address broad-exception-caught.

* Address consider-iterating-dictionary.

* Address consider-using-dict-comprehension.

* Address consider-using-f-string.

* Address consider-using-in.

* Address consider-using-max-builtin.

* Address some consider-using-with.

* Address invalid-name.

* Address keyword-arg-before-vararg.

* Address line-too-long.

* Address no-else-continue.

* Address no-else-raise.

* Address no-else-return.

* Remove broken dead code.

* Make consider-using-f-string changes compatible with older Python versions.

* Python 3.11 and earlier apparently do not like multi-line f-strings.
2025-10-11 23:06:50 +02:00
..
current_container_facts.py Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00
docker_compose_v2_exec.py Fix crashes due to wrong names. (#1161) 2025-10-11 15:29:14 +02:00
docker_compose_v2_pull.py Python code modernization, 3/n (#1157) 2025-10-10 08:11:58 +02:00
docker_compose_v2_run.py Fix crashes due to wrong names. (#1161) 2025-10-11 15:29:14 +02:00
docker_compose_v2.py Reorganize imports due to https://github.com/ansible-community/antsibull-nox/pull/136. 2025-10-10 21:19:28 +02:00
docker_config.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
docker_container_copy_into.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
docker_container_exec.py Reorganize imports due to https://github.com/ansible-community/antsibull-nox/pull/136. 2025-10-10 21:19:28 +02:00
docker_container_info.py Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00
docker_container.py docker_container: add driver_opts and gw_priority (#1143) 2025-10-07 18:26:25 +02:00
docker_context_info.py Reorganize imports due to https://github.com/ansible-community/antsibull-nox/pull/136. 2025-10-10 21:19:28 +02:00
docker_host_info.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
docker_image_build.py Reorganize imports due to https://github.com/ansible-community/antsibull-nox/pull/136. 2025-10-10 21:19:28 +02:00
docker_image_export.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
docker_image_info.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
docker_image_load.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
docker_image_pull.py Python code modernization, 3/n (#1157) 2025-10-10 08:11:58 +02:00
docker_image_push.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
docker_image_remove.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
docker_image_tag.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
docker_image.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
docker_login.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
docker_network_info.py Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00
docker_network.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
docker_node_info.py Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00
docker_node.py Reorganize imports due to https://github.com/ansible-community/antsibull-nox/pull/136. 2025-10-10 21:19:28 +02:00
docker_plugin.py Reorganize imports due to https://github.com/ansible-community/antsibull-nox/pull/136. 2025-10-10 21:19:28 +02:00
docker_prune.py Reorganize imports due to https://github.com/ansible-community/antsibull-nox/pull/136. 2025-10-10 21:19:28 +02:00
docker_secret.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
docker_stack_info.py Reorganize imports due to https://github.com/ansible-community/antsibull-nox/pull/136. 2025-10-10 21:19:28 +02:00
docker_stack_task_info.py Reorganize imports due to https://github.com/ansible-community/antsibull-nox/pull/136. 2025-10-10 21:19:28 +02:00
docker_stack.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
docker_swarm_info.py Python code modernization, 3/n (#1157) 2025-10-10 08:11:58 +02:00
docker_swarm_service_info.py Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00
docker_swarm_service.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
docker_swarm.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
docker_volume_info.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
docker_volume.py Reorganize imports due to https://github.com/ansible-community/antsibull-nox/pull/136. 2025-10-10 21:19:28 +02:00