File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments