Update mise config

This commit is contained in:
Ben Kreeger 2025-12-11 16:17:50 -06:00
parent a92db5666a
commit d599472675
Signed by: kreeger
GPG Key ID: D5CF8683D4BE4B50

View File

@ -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"] }