Skip to content

Commit 4a8e199

Browse files
authored
Add a couple of environment setup files (#84)
Why === Ez switching environments What changed ============ Added .python-version and set virtualenv to in-project Test plan ========= - pyenv works - creating virtual env creates it in project
1 parent acd8297 commit 4a8e199

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.11

poetry.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[virtualenvs]
2+
# Ensure everyone uses the same venv location to ease debugging.
3+
# Makes each project more hermetic within the mono-repo.
4+
in-project = true

0 commit comments

Comments
 (0)