We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0150214 commit bf688fcCopy full SHA for bf688fc
1 file changed
mise.toml
@@ -1,8 +1,6 @@
1
[tools]
2
bun = "1.3.14"
3
lefthook = "2.1.6"
4
-python = "3.14.2"
5
-ffmpeg = "latest"
6
uv = "latest"
7
node = "24.15.0"
8
@@ -80,6 +78,7 @@ description = "Deploy wildcard subdomain service"
80
78
[tasks.transcribe]
81
79
run = "uv run --with openai-whisper python scripts/transcribe.py"
82
description = "Generate word-level transcript from audio/video"
+tools = { python = "3.14.2", ffmpeg = "latest" }
83
84
[tasks."changelog:entry"]
85
run = "bun scripts/changelog-entry.ts"
0 commit comments