about summary refs log tree commit diff stats
path: root/cog.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cog.toml')
-rw-r--r--cog.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/cog.toml b/cog.toml
index 6f1b205..d3b7b4b 100644
--- a/cog.toml
+++ b/cog.toml
@@ -13,10 +13,10 @@ branch_whitelist = ["main", "prime"]
 ignore_merge_commits = false
 
 pre_bump_hooks = [
-  "reuse lint",                          # Check licensing status
-  "nix flake check",                     # verify the project builds
-  "cargo set-version {{version}}",       # bump version in Cargo.toml
-  "nix fmt",                             # format
+  "reuse lint",                    # Check licensing status
+  "nix flake check",               # verify the project builds
+  "cargo set-version {{version}}", # bump version in Cargo.toml
+  "nix fmt",                       # format
 ]
 post_bump_hooks = [
   "git push",