Skip to content

Commit

Permalink
chore: add precommit install command
Browse files Browse the repository at this point in the history
  • Loading branch information
nikiburggraf committed Jan 29, 2025
1 parent e77d268 commit f791156
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ platforms = ["linux-64", "osx-arm64"]
version = "0.1.0"

[tasks]
precommit-install = "pre-commit install"
precommit-all = "pre-commit run --all-files"
precommit = "pre-commit run"

Expand Down

0 comments on commit f791156

Please sign in to comment.