We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa92b9 commit 27e848bCopy full SHA for 27e848b
mise.toml
@@ -1,3 +1,7 @@
1
[tasks.codegen]
2
description = "Update generated code"
3
run = "uv run python3 -m codegen.run"
4
+
5
+[tasks.test]
6
+description = "Run unit tests"
7
+run = "uv run pytest"
0 commit comments