From 5fb1fac62ec3b0118ec0ebae5858ffa255e2fa9c Mon Sep 17 00:00:00 2001 From: Valentin Kiselev Date: Mon, 25 Sep 2023 10:56:29 +0300 Subject: [PATCH] docs: add a note that files template supports directories --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 282ed103..07b1e464 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -868,7 +868,7 @@ pre-commit: ### `files` -A custom git command for files to be referenced in `{files}` template for [`run`](#run) setting. +A custom git command for files or directories to be referenced in `{files}` template for [`run`](#run) setting. If the result of this command is empty, the execution of commands will be skipped.