forked from innovacion/searchbox
add mise tasks
This commit is contained in:
5
.mise/config.toml
Normal file
5
.mise/config.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
[tasks.check]
|
||||
run = ["uv run ruff check --fix", "uv run ruff format"]
|
||||
|
||||
[tasks.test]
|
||||
run = "uv run pytest --cov"
|
||||
Reference in New Issue
Block a user