From 56d206b42e61e319eafbe6c0b272649726304c48 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Tue, 2 Apr 2024 13:50:33 +0200 Subject: [PATCH] [FIX] prevent the following warning message. [WARNING] The top-level 'exclude' field is a regex, not a glob -- matching '/*' probably isn't what you want here --- src/.pre-commit-config.yaml.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.pre-commit-config.yaml.jinja b/src/.pre-commit-config.yaml.jinja index d1ef186..767c892 100644 --- a/src/.pre-commit-config.yaml.jinja +++ b/src/.pre-commit-config.yaml.jinja @@ -86,7 +86,7 @@ exclude: | # Ignore build and dist directories in addons /build/|/dist/| # Ignore test files in addons - /tests/samples/*| + /tests/samples/.*| # You don't usually want a bot to modify your legal texts (LICENSE.*|COPYING.*) default_language_version: