Skip to content

Commit 991ca71

Browse files
committed
Invoke the callback without a command
1 parent e44332e commit 991ca71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/anaconda_pre_commit_hooks/add_renovate_annotations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def parse_pip_index_overrides(
221221
return pip_index_overrides
222222

223223

224-
@app.callback(no_args_is_help=True)
224+
@app.callback(invoke_without_command=True, no_args_is_help=True)
225225
def cli(
226226
env_files: Annotated[
227227
list[Path],

0 commit comments

Comments
 (0)