Update mise config
This commit is contained in:
parent
a92db5666a
commit
d599472675
@ -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"] }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user