We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381c6c4 commit e15b7f4Copy full SHA for e15b7f4
1 file changed
.pre-commit-config.yaml
@@ -22,8 +22,9 @@ repos:
22
- id: disallow-caps
23
name: Disallow improper capitalization
24
language: pygrep
25
- entry: PyBind|Numpy|Cmake|CCache|Github|PyTest|*.po
+ entry: PyBind|Numpy|Cmake|CCache|Github|PyTest
26
exclude: .pre-commit-config.yaml
27
+ exclude_types: ["pofile"]
28
29
- repo: https://github.com/pre-commit/pygrep-hooks
30
rev: v1.10.0
0 commit comments