Skip to content

Commit caae917

Browse files
committed
We need to explicitely exclude locale/ in pre-commit for codespell due to codespell bug
ref: codespell-project/codespell#3196
1 parent 89e3662 commit caae917

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,7 @@ repos:
7777
rev: v2.2.6
7878
hooks:
7979
- id: codespell
80+
exclude: |
81+
(?x)^(
82+
.*/locale/.*
83+
)$

0 commit comments

Comments
 (0)