Skip to content

Commit 56ba56f

Browse files
committed
add pre-commit pixi task for devs
1 parent 5956acf commit 56ba56f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pixi.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ pooch = "*"
5353

5454
[feature.dev.tasks]
5555
lint = "ruff check tests xarray_subset_grid"
56+
pre_commit = "pre-commit run --all-files"
5657
test = { cmd = ["pytest", "tests/"], depends-on = ["download"] }
5758
download = "python download_test_data.py"
5859
test_all = { cmd = "pytest --online tests/", depends-on = ["download"] }

0 commit comments

Comments
 (0)