Skip to content

Commit e15b7f4

Browse files
committed
exclude po file types
1 parent 381c6c4 commit e15b7f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ repos:
2222
- id: disallow-caps
2323
name: Disallow improper capitalization
2424
language: pygrep
25-
entry: PyBind|Numpy|Cmake|CCache|Github|PyTest|*.po
25+
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)