Skip to content

Commit

Permalink
chore(flake/git-hooks): run pre-commit-config check in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
qlonik committed May 5, 2024
1 parent 39839b8 commit 6cbb5d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
regenerate-pre-commit-config = {
enable = true;
name = "Regenerate `.pre-commit-config.yaml` file";
files = "\\.pre-commit-config\\.yaml$";
entry =
let
script = pkgs.writeShellScript "pre-commit-config-update.sh" ''
Expand All @@ -91,9 +90,7 @@
'';
in
script.outPath;
pass_filenames = false;
fail_fast = true;
require_serial = true;
always_run = true;
};

Expand Down

0 comments on commit 6cbb5d2

Please sign in to comment.