WIP: Add Pipenv configuration allowing installation of pre-releases #104824

Closed
Bart van der Braak wants to merge 1 commits from bartvdbraak/blender-manual:fix-pipenv-prereleases into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit da4b8026c3 - Show all commits

View File

@ -39,3 +39,7 @@ exclude = """
# Omit settings such as `jobs`, `in_place` & `recursive` as they can cause editor utilities that auto-format on save # Omit settings such as `jobs`, `in_place` & `recursive` as they can cause editor utilities that auto-format on save
# to fail if the STDIN/STDOUT is used for formatting (which isn't compatible with these options). # to fail if the STDIN/STDOUT is used for formatting (which isn't compatible with these options).
[pipenv]
# Enable installation of pre-release versions in the CICD environment
allow_prereleases = true