community.docker/plugins
Felix Fontein f862113456 Remove __metaclass__ = type.
for i in $(grep -REl '__metaclass__ = type' plugins/ tests/); do
  sed -e '/^__metaclass__ = type/d' -i $i;
done
2025-10-09 23:42:38 +02:00
..
action Reformat code with black and isort. 2025-10-06 18:34:59 +02:00
connection Address some pylint issues (#1155) 2025-10-09 20:11:36 +02:00
doc_fragments Python code modernization, 2/n (#1156) 2025-10-09 20:46:48 +02:00
inventory Python code modernization, 2/n (#1156) 2025-10-09 20:46:48 +02:00
module_utils Python code modernization, 2/n (#1156) 2025-10-09 20:46:48 +02:00
modules Python code modernization, 2/n (#1156) 2025-10-09 20:46:48 +02:00
plugin_utils Remove __metaclass__ = type. 2025-10-09 23:42:38 +02:00