We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae5bb6 commit f3bb954Copy full SHA for f3bb954
modules/hook.nix
@@ -107,7 +107,7 @@ in
107
type = types.listOf types.str;
108
description = lib.mdDoc
109
''
110
- List of file types to run on. See [Filtering files with types](https://pre-commit.com/#plugins).
+ List of file types to run on. See [Filtering files with types](https://pre-commit.com/#filtering-files-with-types).
111
'';
112
default = [ "file" ];
113
};
0 commit comments