pre-commit: run hooks

This commit is contained in:
Erik Sundell
2024-09-20 22:11:25 +02:00
parent 436c81f26d
commit 0de2db365a
3 changed files with 11 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ GIT_REPO_PATH = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
TEST_IMAGE_NAME = "test-systemd"
@functools.lru_cache()
@functools.lru_cache
def _get_container_runtime_cli():
runtimes = ["docker", "podman"]
for runtime in runtimes: