add mise tasks

This commit is contained in:
2025-09-30 17:21:02 +00:00
parent 9ddb970ca4
commit 23a4ce9fe3

5
.mise/config.toml Normal file
View File

@@ -0,0 +1,5 @@
[tasks.check]
run = ["uv run ruff check --fix", "uv run ruff format"]
[tasks.test]
run = "uv run pytest --cov"