From 720a68d67f920d16cec1f41bf56a0bbec97d65ea Mon Sep 17 00:00:00 2001 From: Valentin Calomme Date: Tue, 16 Jan 2024 16:23:55 +0100 Subject: [PATCH] Revert "Fix typo in poetry.toml" This reverts commit ad4e6fbbbc7383b6f8e0b2907a1bfba1302e1c3c. --- poetry.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/poetry.toml b/poetry.toml index 885af46..1622266 100644 --- a/poetry.toml +++ b/poetry.toml @@ -2,13 +2,11 @@ # avoid any poetry headaches by keeping settings consistent amongst collaborators. # # For more information: https://python-poetry.org/docs/configuration -# + +[virtualenvs] # For local development We do not want Poetry to be responsible for creating # virtual environments. Instead, use `python -m venv .venv` to create a virtual # environment in the root directory of the repository. This is where poetry will # look for the environment. - -[virtualenvs] - in-project = true create = false