summaryrefslogtreecommitdiffstats
path: root/mise.toml
blob: 9358152f40ec234a05b9adfd027dbdeb72f7ee10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[env]
_.python.venv = { path = ".venv", create = true, python = "3.13.5" }

[tasks.install]
description = "Install dependencies"
alias = "i"
run = "pip install -r requirements.txt"

[tasks.run]
description = "Run g2h with the test repo"
alias = "r"
run = "python3 -m g2h.cli"