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 79ef4a3 commit bdb5d2a
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 @@ -233,8 +233,7 @@ def examples(ctx: Context) -> 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 @@ -307,8 +306,7 @@ def requirements(ctx: Context) -> None:

@task(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 bdb5d2a

Please sign in to comment.