5 lines
112 B
TOML
5 lines
112 B
TOML
[tools]
|
|
python = "3.13.2"
|
|
|
|
[env]
|
|
_.python.venv = { path = ".venv", create = true, uv_create_args = ['--seed'] }
|