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