Skip to content

Commit

Permalink
Update various docstrings in tasks.py file.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Jan 25, 2025
1 parent 8b440b9 commit ee4a1b2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,7 @@ def examples(ctx: Context, plots: bool = False) -> None:
@task(formatting, quality, precommit, tests, examples)
def preflight(ctx: Context) -> None: # noqa: ARG001
"""
Perform the preflight tasks, i.e., *formatting*, *tests*, *quality*, and
*examples*.
Perform the preflight tasks.
Parameters
----------
Expand Down Expand Up @@ -361,8 +360,7 @@ def requirements(ctx: Context) -> None:
@task(literalise, clean, preflight, docs, todo, requirements)
def build(ctx: Context) -> None:
"""
Build the project and runs dependency tasks, i.e., *docs*, *todo*, and
*preflight*.
Build the project and runs dependency tasks.
Parameters
----------
Expand Down

0 comments on commit ee4a1b2

Please sign in to comment.