community.docker/tests/integration/targets/docker_container
Felix Fontein 741c318b1d
Python code modernization, 2/n (#1156)
* 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

* 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

* Reformat.
2025-10-09 20:46:48 +02:00
..
files Move licenses to LICENSES/, use SPDX-License-Identifier, mention all licenses in galaxy.yml (#430) 2022-07-20 07:45:33 +02:00
filter_plugins Python code modernization, 2/n (#1156) 2025-10-09 20:46:48 +02:00
meta Integration tests: split up Docker setup, move docker_compose tests into own group (#718) 2023-12-09 17:35:54 +01:00
tasks docker_container idempotency: work around Docker not returning true configured command when command is [] (#1085) 2025-06-08 19:05:09 +02:00
aliases Change CI group identifiers. (#484) 2022-10-10 22:39:27 +02:00