We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93baede commit 923de0bCopy full SHA for 923de0b
docs/configuration.md
@@ -35,6 +35,11 @@ Your local configuration of Poetry application is stored in the `poetry.toml` fi
35
which is separate from `pyproject.toml`.
36
{{% /note %}}
37
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
+
43
{{% warning %}}
44
Be mindful about checking in this file into your repository since it may contain user-specific or sensitive information.
45
0 commit comments