1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-20 02:18:59 +00:00

ruff format

This commit is contained in:
Stefan Agner
2025-11-27 10:48:47 +01:00
parent 743b1c3b92
commit a351b09757

View File

@@ -718,7 +718,9 @@ class DockerAddon(DockerInterface):
prefix="hassio_build_", dir=self.sys_config.path_tmp
)
docker_config_path = Path(temp_dir.name) / "config.json"
docker_config_path.write_text(docker_config_content, encoding="utf-8")
docker_config_path.write_text(
docker_config_content, encoding="utf-8"
)
_LOGGER.debug(
"Created temporary Docker config for build at %s",
docker_config_path,