Skip to content

Commit f31b163

Browse files
committed
Prevent codespell from looking in translation files
1 parent 28dd5b2 commit f31b163

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)