Skip to content

Commit 1142846

Browse files
authored
Merge pull request #1400 from pypa/willingc-patch-1
Exclude precommit codespell check for translation po files
2 parents d4e14c1 + 4d2191e commit 1142846

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)