Upgrade the 'mise' configuration
This commit is contained in:
parent
74af70f362
commit
da08102bab
2 changed files with 2 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
.venv
|
||||
.mise.local.toml
|
||||
.latest-run.txt
|
||||
|
|
|
|||
|
|
@ -1,3 +1,2 @@
|
|||
[tools]
|
||||
python = { version = "3.12", virtualenv = ".venv" }
|
||||
|
||||
python = { version = "3.12", venv = ".venv" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue