Skip to content

Commit 381c6c4

Browse files
committed
Ignore .po files for caps pre-commit hook
1 parent c6f37bf commit 381c6c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: disallow-caps
2323
name: Disallow improper capitalization
2424
language: pygrep
25-
entry: PyBind|Numpy|Cmake|CCache|Github|PyTest
25+
entry: PyBind|Numpy|Cmake|CCache|Github|PyTest|*.po
2626
exclude: .pre-commit-config.yaml
2727

2828
- repo: https://github.com/pre-commit/pygrep-hooks
@@ -33,7 +33,7 @@ repos:
3333
- id: rst-inline-touching-normal
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.1.5
36+
rev: v0.1.6
3737
hooks:
3838
- id: ruff
3939
- id: ruff-format

0 commit comments

Comments
 (0)