Skip to content

Commit

Permalink
We need to explicitely exclude locale/ in pre-commit for codespell du…
Browse files Browse the repository at this point in the history
…e to codespell bug

ref: codespell-project/codespell#3196
  • Loading branch information
yarikoptic committed Mar 8, 2024
1 parent ab757de commit 9288bed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,7 @@ repos:
rev: v2.2.6
hooks:
- id: codespell
exclude: |
(?x)^(
.*/locale/.*
)$

0 comments on commit 9288bed

Please sign in to comment.