Skip to content

Commit d52cca0

Browse files
committed
Merge branch 'feature/docstrings' into develop
2 parents a38402a + b8fc81f commit d52cca0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tasks.py

+2-4
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)