Skip to content

Commit 123caec

Browse files
committed
Update mise config to .venv auto loading
1 parent 7d12f3c commit 123caec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mise.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
[tools]
2-
python = "3.11"
2+
python = "3.11"
3+
4+
[env]
5+
# Ensure Python 3.11 is used for this project
6+
_.python.venv = { path = ".venv", create = true }

0 commit comments

Comments
 (0)