From 27c143845593aafc0350ab04402e827bb5378ccd Mon Sep 17 00:00:00 2001 From: Rasmus Wriedt Larsen Date: Tue, 6 Dec 2022 11:32:21 +0100 Subject: [PATCH] python-setup: Apply suggestions from code review --- python-setup/auto_install_packages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python-setup/auto_install_packages.py b/python-setup/auto_install_packages.py index 0e922ed59..e84c62028 100755 --- a/python-setup/auto_install_packages.py +++ b/python-setup/auto_install_packages.py @@ -41,6 +41,7 @@ def install_packages_with_poetry(): # Projects that specify `in-project = true` in their poetry.toml would get the # venv created inside the repo directory, which would cause CodeQL to consider # it as user-written code. We don't want this to happen. + # see https://python-poetry.org/docs/configuration/#virtualenvsin-project "POETRY_VIRTUALENVS_IN_PROJECT": "False", }