diff --git a/src/ontobot_change_agent/cli.py b/src/ontobot_change_agent/cli.py index 47ba92a..8fb9121 100644 --- a/src/ontobot_change_agent/cli.py +++ b/src/ontobot_change_agent/cli.py @@ -153,8 +153,10 @@ def main(verbose: int, quiet: bool): "--rag-docs", multiple=True, default=[], - help=f"Paths to the docs directories, URLs, or lowercased ontology names.", + help="Paths to the docs directories, URLs, or lowercased ontology names.", ) + + @main.command() @repo_option @state_option @@ -300,7 +302,8 @@ def process_issue( click.echo(f"{issue[TITLE]} does not need ontobot's attention.") else: click.echo( - f"""{issue[TITLE]} does not need ontobot's attention unless `--use-llm` flag is True.""" + f"{issue[TITLE]} does not need ontobot's" + " attention unless `--use-llm` flag is True." ) new_output = output if output else input