Skip to content

Commit 03bfd7d

Browse files
committed
Update various docstrings in tasks.py file.
1 parent 9518146 commit 03bfd7d

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
@@ -241,8 +241,7 @@ def examples(ctx: Context) -> None:
241241
@task(formatting, quality, precommit, tests, examples)
242242
def preflight(ctx: Context) -> None: # noqa: ARG001
243243
"""
244-
Perform the preflight tasks, i.e., *formatting*, *tests*, *quality*, and
245-
*examples*.
244+
Perform the preflight tasks.
246245
247246
Parameters
248247
----------
@@ -319,8 +318,7 @@ def requirements(ctx: Context) -> None:
319318
@task(clean, preflight, docs, todo, requirements)
320319
def build(ctx: Context) -> None:
321320
"""
322-
Build the project and runs dependency tasks, i.e., *docs*, *todo*, and
323-
*preflight*.
321+
Build the project and runs dependency tasks.
324322
325323
Parameters
326324
----------

0 commit comments

Comments
 (0)