community.docker/plugins/modules
Felix Fontein 741c318b1d
Python code modernization, 2/n (#1156)
* Adjust all __future__ imports:

for i in $(grep -REl "__future__.*absolute_import" plugins/ tests/); do
  sed -e 's/from __future__ import .*/from __future__ import annotations/g' -i $i;
done

* Remove all UTF-8 encoding specifications for Python source files:

for i in $(grep -REl '[-][*]- coding: utf-8 -[*]-' plugins/ tests/); do
  sed -e '/^# -\*- coding: utf-8 -\*-/d' -i $i;
done

* Reformat.
2025-10-09 20:46:48 +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 Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00
docker_compose_v2_pull.py Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00
docker_compose_v2_run.py Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00
docker_compose_v2.py Address some pylint issues (#1155) 2025-10-09 20:11:36 +02:00
docker_config.py Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00
docker_container_copy_into.py Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00
docker_container_exec.py Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +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 Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00
docker_host_info.py Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00
docker_image_build.py Address some pylint issues (#1155) 2025-10-09 20:11:36 +02:00
docker_image_export.py Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00
docker_image_info.py Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00
docker_image_load.py Python code modernization, 2/n (#1156) 2025-10-09 20:46:48 +02:00
docker_image_pull.py Address some pylint issues (#1155) 2025-10-09 20:11:36 +02:00
docker_image_push.py Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00
docker_image_remove.py Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00
docker_image_tag.py Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00
docker_image.py Address some pylint issues (#1155) 2025-10-09 20:11:36 +02:00
docker_login.py Address some pylint issues (#1155) 2025-10-09 20:11:36 +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 Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +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 Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00
docker_plugin.py Fix diff for plugin options. (#1146) 2025-10-07 18:31:27 +02:00
docker_prune.py Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00
docker_secret.py Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00
docker_stack_info.py Python code modernization, 2/n (#1156) 2025-10-09 20:46:48 +02:00
docker_stack_task_info.py Python code modernization, 2/n (#1156) 2025-10-09 20:46:48 +02:00
docker_stack.py Python code modernization, 2/n (#1156) 2025-10-09 20:46:48 +02:00
docker_swarm_info.py Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +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 Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00
docker_swarm.py Address some pylint issues (#1155) 2025-10-09 20:11:36 +02:00
docker_volume_info.py Add more CI checks (#1150) 2025-10-07 19:37:16 +02:00
docker_volume.py Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00