Skip to content

Commit daddf1b

Browse files
majiangabnSecrusneersighted
authored
docs: mention poetry.toml (#5492)
Co-authored-by: Arun Babu Neelicattu <[email protected]> Co-authored-by: Bartosz Sokorski <[email protected]> Co-authored-by: Bjorn Neergaard <[email protected]>
1 parent 6a917fa commit daddf1b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/configuration.md

+9
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ by passing the `--local` option to the `config` command.
3030
poetry config virtualenvs.create false --local
3131
```
3232

33+
{{% note %}}
34+
Your local configuration of Poetry application is stored in the `poetry.toml` file,
35+
which is separate from `pyproject.toml`.
36+
{{% /note %}}
37+
38+
{{% warning %}}
39+
Be mindful about checking in this file into your repository since it may contain user-specific or sensitive information.
40+
{{% /note %}}
41+
3342
## Listing the current configuration
3443

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

0 commit comments

Comments
 (0)