From d804f9483886637bbffc791ebe1772d6c3316172 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 16:55:22 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_index.md b/docs/_index.md index 36add1f7ad7..094e91f7a60 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -28,7 +28,7 @@ Poetry should always be installed in a dedicated virtual environment to isolate It should in no case be installed in the environment of the project that is to be managed by Poetry. This ensures that Poetry's own dependencies will not be accidentally upgraded or uninstalled. (Each of the following installation methods ensures that Poetry is installed into an isolated environment.) -In addition, the isolated virtual environment in which poetry is installed should not be activated for running poetry commands. +In addition, the isolated virtual environment in which poetry is installed should not be activated for running poetry commands. {{% /warning %}} {{% note %}}