From ee4a1b212e52cca19e44e320540f4d60e8630b36 Mon Sep 17 00:00:00 2001 From: Thomas Mansencal Date: Sun, 26 Jan 2025 12:20:37 +1300 Subject: [PATCH] Update various docstrings in `tasks.py` file. --- tasks.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tasks.py b/tasks.py index 3846fe18e..1b9d01845 100644 --- a/tasks.py +++ b/tasks.py @@ -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 ---------- @@ -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 ----------