WIP: Add Pipenv configuration allowing installation of pre-releases #104824
@ -39,3 +39,7 @@ exclude = """
|
||||
|
||||
# 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).
|
||||
|
||||
[pipenv]
|
||||
# Enable installation of pre-release versions in the CICD environment
|
||||
allow_prereleases = true
|
Loading…
Reference in New Issue
Block a user