community.docker/plugins
Felix Fontein 8f0a96f1ba 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
2025-10-09 20:12:06 +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 Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00
inventory Address some pylint issues (#1155) 2025-10-09 20:11:36 +02:00
module_utils Address some pylint issues (#1155) 2025-10-09 20:11:36 +02:00
modules Address some pylint issues (#1155) 2025-10-09 20:11:36 +02:00
plugin_utils Adjust all __future__ imports: 2025-10-09 20:12:06 +02:00