From 7d3521a6177505a152786309d5f51fc7c8e892d5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 20:39:45 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- command_line_assistant/cli.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/command_line_assistant/cli.py b/command_line_assistant/cli.py index f81fb60..2a21883 100644 --- a/command_line_assistant/cli.py +++ b/command_line_assistant/cli.py @@ -18,7 +18,10 @@ def get_args(): action="store_true", help="Initialize a script session (all other arguments will be ignored).", ) - parser.add_argument("--config",default=CONFIG_DEFAULT_PATH,help="Path to the config file.", + parser.add_argument( + "--config", + default=CONFIG_DEFAULT_PATH, + help="Path to the config file.", ) parser.add_argument( "--verbose", action="store_true", help="Enable verbose logging in terminal."