Skip to content

Commit f441d08

Browse files
committed
Remove pass_filenames from typos hook
1 parent 845c866 commit f441d08

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

modules/hooks.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2486,11 +2486,6 @@ in
24862486
in
24872487
"${tools.typos}/bin/typos ${cmdArgs}";
24882488
types = [ "text" ];
2489-
# Typos is supposed to run on the whole tree. If this is set to true,
2490-
# the system gets stuck for large projects due to very high memory
2491-
# consumption. The restriction on with files typos run, should be
2492-
# specified in the typos config file.
2493-
pass_filenames = false;
24942489
};
24952490
typstfmt = {
24962491
name = "typstfmt";

0 commit comments

Comments
 (0)