Skip to content

Commit

Permalink
python-setup: Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusWL committed Dec 6, 2022
1 parent 7fc528c commit 27c1438
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python-setup/auto_install_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def install_packages_with_poetry():
# Projects that specify `in-project = true` in their poetry.toml would get the
# venv created inside the repo directory, which would cause CodeQL to consider
# it as user-written code. We don't want this to happen.
# see https://python-poetry.org/docs/configuration/#virtualenvsin-project
"POETRY_VIRTUALENVS_IN_PROJECT": "False",
}

Expand Down

0 comments on commit 27c1438

Please sign in to comment.