Auto-format the CLI messages
Marco Ricci

Marco Ricci commited on 2026-04-02 09:46:39
Zeige 1 geänderte Dateien mit 4 Einfügungen und 4 Löschungen.

... ...
@@ -2004,7 +2004,7 @@ class WarnMsgTemplate(enum.Enum):
2004 2004
     )
2005 2005
     NO_UNIX_DOMAIN_SOCKETS = commented(
2006 2006
         'This is one of several "Cannot connect to an SSH agent via '
2007
-        '<communication_channel_type> because this Python version '
2007
+        "<communication_channel_type> because this Python version "
2008 2008
         'does not support them." messages issued '
2009 2009
         "when searching for an applicable SSH agent socket provider.  "
2010 2010
         "(WarnMsgTemplate.NO_WINDOWS_NAMED_PIPES, "
... ...
@@ -2022,7 +2022,7 @@ class WarnMsgTemplate(enum.Enum):
2022 2022
     """"""
2023 2023
     NO_WINDOWS_NAMED_PIPES = commented(
2024 2024
         'This is one of several "Cannot connect to an SSH agent via '
2025
-        '<communication_channel_type> because this Python version '
2025
+        "<communication_channel_type> because this Python version "
2026 2026
         'does not support them." messages issued '
2027 2027
         "when searching for an applicable SSH agent socket provider.  "
2028 2028
         "(WarnMsgTemplate.NO_UNIX_DOMAIN_SOCKETS, "
... ...
@@ -2289,8 +2289,8 @@ class ErrMsgTemplate(enum.Enum):
2289 2289
     )
2290 2290
     """"""
2291 2291
     NO_AGENT_SUPPORT = commented(
2292
-        'This error message works in tandem with, '
2293
-        'and is usually preceded by, one of several '
2292
+        "This error message works in tandem with, "
2293
+        "and is usually preceded by, one of several "
2294 2294
         '"Cannot connect to an SSH agent via <communication_channel_type> '
2295 2295
         'because this Python version does not support them." '
2296 2296
         "warning messages issued while searching for an applicable "
2297 2297