Skip to content

Commit

Permalink
fix(pre-commit): correct regex
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Feb 16, 2024
1 parent 9f364b5 commit 2f79238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake/programs/pre-commit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

perSystem = {config, ...}: let
# don't format these
excludes = ["flake.lock" "*.age"];
excludes = ["flake.lock" "r'.+\.age$'"];

mkHook = name: prev:
{
Expand Down

0 comments on commit 2f79238

Please sign in to comment.