Is it now possible to configure in-project settings in pyproject.toml? #9607
Replies: 1 comment
-
You can configure the settings within the project's poetry.toml file as follows: [virtualenvs]
create = true
in-project = true |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I used version of Poetry is 1.8.3. I have reviewed the official documentation and found no relevant information. I also checked related posts(#2937), but there were no clear answers.
Can you please confirm if it is now supported to configure in-project settings in pyproject.toml?
Beta Was this translation helpful? Give feedback.
All reactions