From 747337fdd2e34e15c70e2850e89f41dd975860ed Mon Sep 17 00:00:00 2001 From: Matthew Hughes Date: Sat, 17 Apr 2021 20:50:25 +0100 Subject: [PATCH] Update wording of 'exclude' hook config setting Following discussion on stream, updated the wording just to match that of `files`. --- sections/new-hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/new-hooks.md b/sections/new-hooks.md index 6b3059e3..181efcd1 100644 --- a/sections/new-hooks.md +++ b/sections/new-hooks.md @@ -40,7 +40,7 @@ file that tells pre-commit: _new in 2.9.0_. =r= =c= [`exclude_types`](_#hooks-exclude_types) - =c= (optional: default `[]`) exclude files that were matched by [`types`](#hooks-types). + =c= (optional: default `[]`) the pattern of files to exclude. =r= =c= [`always_run`](_#hooks-always_run) =c= (optional: default `false`) if `true` this hook will run even if there