From 26a0f86786f19bfcc217b55d788e4fb95ffbbf38 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 24 Jul 2023 09:51:32 +0200 Subject: [PATCH] Create the poetry venv in the project directory --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b5c5745..a6681dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ license = "GPLv3" packages = [ { include = "src" }, ] +virtualenvs.in-project = true [tool.mypy] exclude = [