Skip to content

Commit

Permalink
Ignore test files in linters
Browse files Browse the repository at this point in the history
  • Loading branch information
tuantrantg committed Dec 11, 2023
1 parent 74028fd commit d801436
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ exclude: |
readme/.*\.(rst|md)$|
# Ignore build and dist directories in addons
/build/|/dist/|
# Ignore tests directories in addons
/tests/.*\.(wamas|txt|xml)$|
# You don't usually want a bot to modify your legal texts
(LICENSE.*|COPYING.*)
default_language_version:
Expand Down

0 comments on commit d801436

Please sign in to comment.