Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
21967e75
Commit
21967e75
authored
Jun 10, 2022
by
finswimmer
Committed by
Bjorn Neergaard
Jun 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: added `experimental.system-git-client` to unique_config_values in `poetry config` command
parent
3fe4e40b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/poetry/console/commands/config.py
+5
-0
No files found.
src/poetry/console/commands/config.py
View file @
21967e75
...
@@ -96,6 +96,11 @@ To remove a repository (repo is a short alias for repositories):
...
@@ -96,6 +96,11 @@ To remove a repository (repo is a short alias for repositories):
boolean_normalizer
,
boolean_normalizer
,
True
,
True
,
),
),
"experimental.system-git-client"
:
(
boolean_validator
,
boolean_normalizer
,
False
,
),
"installer.parallel"
:
(
"installer.parallel"
:
(
boolean_validator
,
boolean_validator
,
boolean_normalizer
,
boolean_normalizer
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment