Skip to content

Commit 27c1438

Browse files
authored
python-setup: Apply suggestions from code review
1 parent 7fc528c commit 27c1438

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python-setup/auto_install_packages.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def install_packages_with_poetry():
4141
# Projects that specify `in-project = true` in their poetry.toml would get the
4242
# venv created inside the repo directory, which would cause CodeQL to consider
4343
# it as user-written code. We don't want this to happen.
44+
# see https://python-poetry.org/docs/configuration/#virtualenvsin-project
4445
"POETRY_VIRTUALENVS_IN_PROJECT": "False",
4546
}
4647

0 commit comments

Comments
 (0)