Skip to content

Commit 8c26f89

Browse files
committed
Exclude .po files from codespell checks
1 parent 7655783 commit 8c26f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
- tomli
3434
exclude: >
3535
(?x)^(
36-
.*vale-styles.*
36+
(.*vale-styles.*)|(.*\.po)
3737
)$
3838
3939
- repo: https://github.com/errata-ai/vale

0 commit comments

Comments
 (0)