Make CI pass; add black and isort to CI; add reformat commit to .git-blame-ignore-revs.

This commit is contained in:
Felix Fontein
2025-10-06 18:57:33 +02:00
parent d65d37e9e9
commit bb39e67c8f
11 changed files with 35 additions and 20 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ class APIClient(_Session, DaemonApiMixin):
return version_result["ApiVersion"]
except KeyError:
raise DockerException(
'Invalid response from docker daemon: key "ApiVersion"' " is missing."
'Invalid response from docker daemon: key "ApiVersion" is missing.'
)
except Exception as e:
raise DockerException(