Skip to content

Commit b8fc81f

Browse files
committed
Update various docstrings in tasks.py file.
1 parent a38402a commit b8fc81f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tasks.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,7 @@ def examples(ctx: Context, plots: bool = False) -> None:
333333
@task(formatting, quality, precommit, tests, examples)
334334
def preflight(ctx: Context) -> None: # noqa: ARG001
335335
"""
336-
Perform the preflight tasks, i.e., *formatting*, *tests*, *quality*, and
337-
*examples*.
336+
Perform the preflight tasks.
338337
339338
Parameters
340339
----------
@@ -416,8 +415,7 @@ def requirements(ctx: Context) -> None:
416415
@task(clean, preflight, docs, todo, requirements)
417416
def build(ctx: Context) -> None:
418417
"""
419-
Build the project and runs dependency tasks, i.e., *docs*, *todo*, and
420-
*preflight*.
418+
Build the project and runs dependency tasks.
421419
422420
Parameters
423421
----------

0 commit comments

Comments
 (0)