Skip to content

Commit

Permalink
[FIX] prevent the following warning message.
Browse files Browse the repository at this point in the history
[WARNING] The top-level 'exclude' field is a regex, not a glob -- matching '/*' probably isn't what you want here
  • Loading branch information
legalsylvain authored and yajo committed Apr 3, 2024
1 parent 9b96032 commit 56d206b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 56d206b

Please sign in to comment.