Skip to content

Commit c71d034

Browse files
committed
More descriptive duty names
1 parent a4ce6fb commit c71d034

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

duties.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def check_api(ctx: Context, *cli_args: str) -> None:
294294
"unpack_typeddict",
295295
],
296296
).add_args(*cli_args),
297-
title="Checking for API breaking changes",
297+
title="Checking for API breaking changes in Griffe library",
298298
nofail=True,
299299
)
300300
ctx.run(
@@ -307,7 +307,7 @@ def check_api(ctx: Context, *cli_args: str) -> None:
307307
"unpack_typeddict",
308308
],
309309
).add_args(*cli_args),
310-
title="Checking for API breaking changes",
310+
title="Checking for API breaking changes in Griffe CLI",
311311
nofail=True,
312312
)
313313

0 commit comments

Comments
 (0)