community.docker/tests/integration
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
..
targets Remove __metaclass__ = type. 2025-10-09 23:42:38 +02:00
requirements.yml Fix linting errors. 2025-04-26 12:39:00 +02:00