Skip to content

Commit

Permalink
parts/pre-commit: remove redundant excluded_types field
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Jul 4, 2024
1 parent 9d75724 commit 63e6d9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parts/pre-commit/hooks/exiftool.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
hooks.exiftool = mkHook "exiftool" {
enable = true;
types = ["image"];
exclude_types = ["svg"];
entry = "${pkgs.exiftool}/bin/exiftool ${concatStringsSep " " exiftoolArgs}";
};
};
Expand Down

0 comments on commit 63e6d9c

Please sign in to comment.