Add configuration for python
This commit is contained in:
parent
0302d900d1
commit
4400b89d5c
8 changed files with 116 additions and 0 deletions
9
.config/pypoetry/config.toml
Normal file
9
.config/pypoetry/config.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[virtualenvs]
|
||||
|
||||
create = true
|
||||
in-project = true # .venv/ inside the project, not a central cache
|
||||
|
||||
|
||||
[installer]
|
||||
|
||||
parallel = true
|
||||
Loading…
Reference in a new issue