pre-commit: manual adjustments following black

This commit is contained in:
Erik Sundell
2021-11-01 09:57:16 +01:00
parent 771ae59636
commit 2ba942ba76
3 changed files with 18 additions and 12 deletions

View File

@@ -187,8 +187,8 @@ def ensure_host_system_can_install_tljh():
return (
subprocess.check_output(
[
'/bin/bash',
'-c',
"/bin/bash",
"-c",
"source /etc/os-release && echo ${{{key}}}".format(key=key),
]
)