Skip to content

Commit 3b0a2f6

Browse files
committed
python-setup: Update comment with fully qualified configuration name
1 parent 5566638 commit 3b0a2f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

python-setup/auto_install_packages.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ def install_packages_with_poetry():
3838
# add a workaround. See
3939
# https://github.com/python-poetry/poetry/issues/2692#issuecomment-1235683370
4040
"PYTHON_KEYRING_BACKEND": "keyring.backends.null.Keyring",
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
41+
# Projects that specify `virtualenvs.in-project = true` in their poetry.toml
42+
# would get the venv created inside the repo directory, which would cause CodeQL
43+
# to consider it as user-written code. We don't want this to happen. see
44+
# https://python-poetry.org/docs/configuration/#virtualenvsin-project
4545
"POETRY_VIRTUALENVS_IN_PROJECT": "False",
4646
}
4747

0 commit comments

Comments
 (0)