From 9709cf429d3b5088c8f32fede341b082b3109048 Mon Sep 17 00:00:00 2001 From: "Philipp A." Date: Fri, 6 Sep 2024 14:56:01 +0200 Subject: [PATCH] update title --- hooks/post_gen_project.py | 2 +- scripts/src/scverse_template_scripts/make_rich_output.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hooks/post_gen_project.py b/hooks/post_gen_project.py index c2c214d6..c3191de3 100644 --- a/hooks/post_gen_project.py +++ b/hooks/post_gen_project.py @@ -39,7 +39,7 @@ tool! ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ -┃ \x1b[1mInstall the package\x1b[0m ┃ +┃ \x1b[1mLocal development\x1b[0m ┃ ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ To run tests or build the documentation locally, get familiar with \x1b]8;id=707150;https://hatch.pypa.io/latest/tutorials/environment/basic-usage/\x1b\\\x1b[4;34mhatch\x1b[0m\x1b]8;;\x1b\\ diff --git a/scripts/src/scverse_template_scripts/make_rich_output.py b/scripts/src/scverse_template_scripts/make_rich_output.py index e7f089f3..f72059a7 100644 --- a/scripts/src/scverse_template_scripts/make_rich_output.py +++ b/scripts/src/scverse_template_scripts/make_rich_output.py @@ -22,7 +22,7 @@ All CI checks should pass, you are ready to start developing your new tool! -# Install the package +# Local development To run tests or build the documentation locally, get familiar with [hatch environments][hatch-envs], and see `[tool.hatch.envs.*]` in `pyproject.toml`: