From d59947267513c4fa1f12dae7a77771ae423dca18 Mon Sep 17 00:00:00 2001 From: Ben Kreeger Date: Thu, 11 Dec 2025 16:17:50 -0600 Subject: [PATCH] Update mise config --- mise/config.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mise/config.toml b/mise/config.toml index cb56c93..c980642 100644 --- a/mise/config.toml +++ b/mise/config.toml @@ -8,3 +8,10 @@ uv = "latest" [tasks] gcloud-login = "gcloud auth application-default login" orm-setup = "python -m pip install keyring keyrings.google-artifactregistry-auth --index-url https://pypi.org/simple/ && python -m pip install orm-cli --index-url https://us-central1-python.pkg.dev/common-build/pypi/simple/" + +[settings] +python.uv_venv_auto = true + +# Add the following two lines to a .mise.toml in a project to enable automatic venv creation +# [env] +# _.python.venv = { path = ".venv", create = true, uv_create_args = ["--system-site-packages"] }