Skip to content

Commit 3b05acc

Browse files
chore: Added poetry.toml for environment configurations to root.
1 parent 6158521 commit 3b05acc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

poetry.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[virtualenvs]
2+
create = false
3+
in-project = true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ line_length = 88
5858

5959
[build-system]
6060
requires = ["poetry-core>=1.0.0"]
61-
build-backend = "poetry.core.masonry.api"
61+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)