We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a917fa commit daddf1bCopy full SHA for daddf1b
docs/configuration.md
@@ -30,6 +30,15 @@ by passing the `--local` option to the `config` command.
30
poetry config virtualenvs.create false --local
31
```
32
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
41
42
## Listing the current configuration
43
44
To list the current configuration you can use the `--list` option
0 commit comments