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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cog.toml b/cog.toml
index d3b7b4b..7cc3ac4 100644
--- a/cog.toml
+++ b/cog.toml
@@ -14,9 +14,9 @@ ignore_merge_commits = false
 
 pre_bump_hooks = [
   "reuse lint",                    # Check licensing status
+  "nix fmt",                       # format
   "nix flake check",               # verify the project builds
   "cargo set-version {{version}}", # bump version in Cargo.toml
-  "nix fmt",                       # format
 ]
 post_bump_hooks = [
   "git push",