Skip to content

Commit

Permalink
git-hooks: run before tests, not shell
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Nov 23, 2024
1 parent 6de413b commit a6481c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/integrations/git-hooks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ in
};
"devenv:git-hooks:run" = {
exec = "pre-commit run -a";
before = [ "devenv:enterShell" ];
before = [ "devenv:enterTest" ];
};
};
};
Expand Down

0 comments on commit a6481c6

Please sign in to comment.