We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5956acf commit 56ba56fCopy full SHA for 56ba56f
1 file changed
pixi.toml
@@ -53,6 +53,7 @@ pooch = "*"
53
54
[feature.dev.tasks]
55
lint = "ruff check tests xarray_subset_grid"
56
+pre_commit = "pre-commit run --all-files"
57
test = { cmd = ["pytest", "tests/"], depends-on = ["download"] }
58
download = "python download_test_data.py"
59
test_all = { cmd = "pytest --online tests/", depends-on = ["download"] }
0 commit comments