Skip to content

Commit f4cdd2c

Browse files
committed
Improve configPath docs
1 parent e2fcecd commit f4cdd2c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/pre-commit.nix

+5-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,11 @@ in
286286
default = ".pre-commit-config.yaml";
287287
description =
288288
''
289-
The path to the generated pre-commit configuration file.
289+
The path where to generate the pre-commit configuration file.
290+
291+
This path is relative to the root of the project. By default,
292+
this is set to ".pre-commit-config.yaml", which is the standard
293+
location expected by pre-commit.
290294
'';
291295
};
292296

0 commit comments

Comments
 (0)