From 86d00608eb4c9f60b7259671e236a5ca56730ce0 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 24 Mar 2024 17:51:07 +0100 Subject: [PATCH] build(cog.toml): Use `nix fmt` (treefmt) instead of only `cargo fmt` --- cog.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cog.toml b/cog.toml index 2c54e46..87f4d94 100644 --- a/cog.toml +++ b/cog.toml @@ -26,7 +26,7 @@ ignore_merge_commits = false pre_bump_hooks = [ "licensur -p -i" # update the license header in each file "nix build", # verify the project builds - "cargo fmt --all" # format + "nix fmt" # format "cargo set-version {{version}}", # bump version in Cargo.toml ] post_bump_hooks = [