Skip to content

Commit

Permalink
Merge pull request #1400 from pypa/willingc-patch-1
Browse files Browse the repository at this point in the history
Exclude precommit codespell check for translation po files
  • Loading branch information
willingc committed Nov 16, 2023
2 parents d4e14c1 + 4d2191e commit 1142846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
rev: v2.2.6
hooks:
- id: codespell
args: ["-L", "ned,ist,oder"]
args: ["-L", "ned,ist,oder", "--skip", "*.po"]

- repo: local
hooks:
Expand Down

0 comments on commit 1142846

Please sign in to comment.