7e03fdd766
Its cleaner to keep the virtualenv in the project directory, and poetry makes it easy to do that via this config.
3 lines
No EOL
59 B
TOML
3 lines
No EOL
59 B
TOML
[virtualenvs]
|
|
in-project = true
|
|
prefer-active-python = true |