Skip to content

Commit 923de0b

Browse files
committed
docs: clarify local vs global config precedence (#10329)
1 parent 93baede commit 923de0b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/configuration.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ Your local configuration of Poetry application is stored in the `poetry.toml` fi
3535
which is separate from `pyproject.toml`.
3636
{{% /note %}}
3737

38+
{{% note %}}
39+
If a setting is defined in both `poetry.toml` (local/project) and `config.toml` (global),
40+
the local/project configuration takes precedence over the global configuration.
41+
{{% /note %}}
42+
3843
{{% warning %}}
3944
Be mindful about checking in this file into your repository since it may contain user-specific or sensitive information.
4045
{{% /note %}}

0 commit comments

Comments
 (0)