forked from innovacion/searchbox
6 lines
112 B
TOML
6 lines
112 B
TOML
[tasks.check]
|
|
run = ["uv run ruff check --fix", "uv run ruff format"]
|
|
|
|
[tasks.test]
|
|
run = "uv run pytest --cov"
|