Skip to content

Commit

Permalink
feat: commitizen
Browse files Browse the repository at this point in the history
  • Loading branch information
huuff committed Sep 21, 2024
1 parent 600f1c0 commit 6a7c3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
checks = {
pre-commit-check = pre-commit.lib.${system}.run {
src = ./.;
# TODO some commit msg linting too
hooks = {
check-merge-conflicts.enable = true;
check-added-large-files.enable = true;
commitizen.enable = true;

gitleaks = {
name = "gitleaks";
Expand Down

0 comments on commit 6a7c3aa

Please sign in to comment.