Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 20, 2024
1 parent a9fbe65 commit 7d3521a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion command_line_assistant/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 7d3521a

Please sign in to comment.