Skip to content

Commit 14595eb

Browse files
authored
Merge pull request #53 from blaggacao/patch-3
Suggest default_stages
2 parents 783f196 + 5717bed commit 14595eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ The goal is to **manage commit hooks with Nix** and solve the following:
2929
in {
3030
pre-commit-check = nix-pre-commit-hooks.run {
3131
src = ./.;
32+
# If your hooks are intrusive, avoid running on each commit with a default_states like this:
33+
# default_stages = ["manual" "push"];
3234
hooks = {
3335
elm-format.enable = true;
3436
ormolu.enable = true;

0 commit comments

Comments
 (0)