This repository was archived by the owner on Feb 15, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "source_repo" : " python-poetry/poetry" ,
33 "docs_path" : " docs" ,
4- "updated_at" : " 2025-12-30T22 :05:27Z " ,
5- "commit_sha" : " 9676185feadbb3da43f0a3eb3bd92297decc5516 "
4+ "updated_at" : " 2026-01-06T22 :05:44Z " ,
5+ "commit_sha" : " cc1d791d402b9c6430b9791af7609d491f4be04f "
66}
Original file line number Diff line number Diff line change @@ -35,10 +35,15 @@ Your local configuration of Poetry application is stored in the `poetry.toml` fi
3535which is separate from ` pyproject.toml ` .
3636{{% /note %}}
3737
38- {{% warning %}}
39- Be mindful about checking in this file into your repository since it may contain user-specific or sensitive information.
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.
4041{{% /note %}}
4142
43+ {{% warning %}}
44+ Be mindful when checking in this file into your repository since it may contain user-specific or sensitive information.
45+ {{% /warning %}}
46+
4247## Listing the current configuration
4348
4449To list the current configuration you can use the ` --list ` option
You can’t perform that action at this time.
0 commit comments