18 lines
609 B
TOML
18 lines
609 B
TOML
[tools]
|
|
node = "22"
|
|
ruby = "3"
|
|
python = "3"
|
|
java = "openjdk-17.0.2"
|
|
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"] }
|