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
@@ -68,7 +68,7 @@ class TLSConfig(object):
tls_cert, tls_key = client_cert
except ValueError:
raise errors.TLSParameterError(
"client_cert must be a tuple of" " (client certificate, key file)"
"client_cert must be a tuple of (client certificate, key file)"
)
if not (tls_cert and tls_key) or (