Skip to content

Commit 78b1ba5

Browse files
committed
chore(pre): Avoid examples
1 parent 7d05a6c commit 78b1ba5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
exclude: |
2+
(?x)^(
3+
tests/.*|
4+
examples/.*
5+
)$
16
default_install_hook_types: ["pre-commit", "commit-msg"]
27
repos:
38
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)