Skip to content

Commit 7b21662

Browse files
committed
exclude the vale rule folder from codespell pre-commit hook
1 parent f1c13c0 commit 7b21662

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ repos:
3131
- id: codespell
3232
additional_dependencies:
3333
- tomli
34-
34+
exclude: >
35+
(?x)^(
36+
.*vale-styles.*
37+
)$
38+
3539
- repo: https://github.com/errata-ai/vale
3640
rev: v3.4.2
3741
hooks:

0 commit comments

Comments
 (0)