Skip to content

Commit 0c6459b

Browse files
authored
Merge pull request #1404 from willingc/caps-translation
Ignore .po files for caps pre-commit hook
2 parents 83223a0 + e15b7f4 commit 0c6459b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ repos:
2424
language: pygrep
2525
entry: PyBind|Numpy|Cmake|CCache|Github|PyTest
2626
exclude: .pre-commit-config.yaml
27+
exclude_types: ["pofile"]
2728

2829
- repo: https://github.com/pre-commit/pygrep-hooks
2930
rev: v1.10.0

0 commit comments

Comments
 (0)