We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ce6fb commit c71d034Copy full SHA for c71d034
1 file changed
duties.py
@@ -294,7 +294,7 @@ def check_api(ctx: Context, *cli_args: str) -> None:
294
"unpack_typeddict",
295
],
296
).add_args(*cli_args),
297
- title="Checking for API breaking changes",
+ title="Checking for API breaking changes in Griffe library",
298
nofail=True,
299
)
300
ctx.run(
@@ -307,7 +307,7 @@ def check_api(ctx: Context, *cli_args: str) -> None:
307
308
309
310
+ title="Checking for API breaking changes in Griffe CLI",
311
312
313
0 commit comments