File tree 1 file changed +4
-4
lines changed
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():
38
38
# add a workaround. See
39
39
# https://github.com/python-poetry/poetry/issues/2692#issuecomment-1235683370
40
40
"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
45
45
"POETRY_VIRTUALENVS_IN_PROJECT" : "False" ,
46
46
}
47
47
You can’t perform that action at this time.
0 commit comments