Skip to content

Commit a3eeeef

Browse files
authored
Exclude precommit codespell check for translation po files
1 parent 6f21245 commit a3eeeef

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
@@ -15,7 +15,7 @@ repos:
1515
rev: v2.2.6
1616
hooks:
1717
- id: codespell
18-
args: ["-L", "ned,ist,oder"]
18+
args: ["-L", "ned,ist,oder","--skip","*.po"]
1919

2020
- repo: local
2121
hooks:

0 commit comments

Comments
 (0)