diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-21 12:47:53 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-21 12:47:53 +0200 |
commit | 9dea083e2e7cf0eb3a1bc58e50259d21cb53b8c7 (patch) | |
tree | 1e2cbbfd1f7eb86021b14fdf33a36700eed23181 /cog.toml | |
parent | build(flake): Setup up checks (formatter and derivation) (diff) | |
download | yt-9dea083e2e7cf0eb3a1bc58e50259d21cb53b8c7.tar.gz yt-9dea083e2e7cf0eb3a1bc58e50259d21cb53b8c7.zip |
style(treewide): Reformat v0.1.0
Diffstat (limited to 'cog.toml')
-rw-r--r-- | cog.toml | 8 |
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", |