Upgrade the 'mise' configuration

This commit is contained in:
Howard Abrams 2026-08-22 22:56:47 -07:00
parent 74af70f362
commit da08102bab
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
.venv
.mise.local.toml
.latest-run.txt

View file

@ -1,3 +1,2 @@
[tools]
python = { version = "3.12", virtualenv = ".venv" }
python = { version = "3.12", venv = ".venv" }