Skip to content

Commit

Permalink
chore: Added poetry.toml for environment configurations to root.
Browse files Browse the repository at this point in the history
  • Loading branch information
michealroberts committed Nov 29, 2022
1 parent 6158521 commit 3b05acc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions poetry.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[virtualenvs]
create = false
in-project = true
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ line_length = 88

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

0 comments on commit 3b05acc

Please sign in to comment.