Skip to content

Commit

Permalink
Rename pre-commit task
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Oct 2, 2023
1 parent 3210f11 commit f92bbae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install-ribasim-python = "pip install --no-deps --editable python/ribasim"
install-ribasim-api = "pip install --no-deps --editable python/ribasim_api"
install-ribasim-testmodels = "pip install --no-deps --editable python/ribasim_testmodels"
install-quartodoc = "pip install quartodoc"
pre-commit-install = "pre-commit install"
install-pre-commit = "pre-commit install"
install-without-pre-commit = { depends_on = [
"install-ribasim-python",
"install-ribasim-api",
Expand All @@ -19,7 +19,7 @@ install-without-pre-commit = { depends_on = [
] }
install = { depends_on = [
"install-without-pre-commit",
"pre-commit-install",
"install-pre-commit",
] }
# Docs
instantiate-julia-docs = "julia --project=docs -e \"using Pkg; Pkg.instantiate()\""
Expand Down

0 comments on commit f92bbae

Please sign in to comment.