community.docker/plugins
Felix Fontein 274a2106be 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
2025-10-09 20:12:16 +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 Remove all UTF-8 encoding specifications for Python source files: 2025-10-09 20:12:16 +02:00
inventory Remove all UTF-8 encoding specifications for Python source files: 2025-10-09 20:12:16 +02:00
module_utils Remove all UTF-8 encoding specifications for Python source files: 2025-10-09 20:12:16 +02:00
modules Remove all UTF-8 encoding specifications for Python source files: 2025-10-09 20:12:16 +02:00
plugin_utils Adjust all __future__ imports: 2025-10-09 20:12:06 +02:00