[tasks.check] run = ["uv run ruff check --fix", "uv run ruff format"] [tasks.test] run = "uv run pytest --cov"