Commit daddf1ba by majiang Committed by GitHub

docs: mention poetry.toml (#5492)

Co-authored-by: Arun Babu Neelicattu <arun.neelicattu@gmail.com>
Co-authored-by: Bartosz Sokorski <b.sokorski@gmail.com>
Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
parent 6a917fab
...@@ -30,6 +30,15 @@ by passing the `--local` option to the `config` command. ...@@ -30,6 +30,15 @@ by passing the `--local` option to the `config` command.
poetry config virtualenvs.create false --local poetry config virtualenvs.create false --local
``` ```
{{% note %}}
Your local configuration of Poetry application is stored in the `poetry.toml` file,
which is separate from `pyproject.toml`.
{{% /note %}}
{{% warning %}}
Be mindful about checking in this file into your repository since it may contain user-specific or sensitive information.
{{% /note %}}
## Listing the current configuration ## Listing the current configuration
To list the current configuration you can use the `--list` option To list the current configuration you can use the `--list` option
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment