We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc528c commit 27c1438Copy full SHA for 27c1438
python-setup/auto_install_packages.py
@@ -41,6 +41,7 @@ def install_packages_with_poetry():
41
# Projects that specify `in-project = true` in their poetry.toml would get the
42
# venv created inside the repo directory, which would cause CodeQL to consider
43
# it as user-written code. We don't want this to happen.
44
+ # see https://python-poetry.org/docs/configuration/#virtualenvsin-project
45
"POETRY_VIRTUALENVS_IN_PROJECT": "False",
46
}
47
0 commit comments