community.docker/plugins/module_utils
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
..
_api Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
_module_container Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
_common_api.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
_common_cli.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
_common.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
_compose_v2.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
_copy.py Reorganize imports due to https://github.com/ansible-community/antsibull-nox/pull/136. 2025-10-10 21:19:28 +02:00
_image_archive.py Python code modernization, 3/n (#1157) 2025-10-10 08:11:58 +02:00
_logfmt.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
_platform.py Python code modernization, 3/n (#1157) 2025-10-10 08:11:58 +02:00
_scramble.py Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00
_socket_handler.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
_socket_helper.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
_swarm.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
_util.py Python code modernization, 4/n (#1162) 2025-10-11 23:06:50 +02:00
_version.py Python code modernization, 2/n (#1156) 2025-10-09 20:46:48 +02:00