Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit 791161f

Browse files
KemingHegithub-actions[bot]
authored andcommitted
docs(src/assets/): update poetry official documentation
1 parent 5d7c9d1 commit 791161f

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

src/assets/poetry/_metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
}

src/assets/poetry/configuration.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,15 @@ Your local configuration of Poetry application is stored in the `poetry.toml` fi
3535
which 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

4449
To list the current configuration you can use the `--list` option

0 commit comments

Comments
 (0)