Skip to content

Commit

Permalink
Merge pull request #1404 from willingc/caps-translation
Browse files Browse the repository at this point in the history
Ignore .po files for caps pre-commit hook
  • Loading branch information
willingc committed Nov 28, 2023
2 parents 83223a0 + e15b7f4 commit 0c6459b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ repos:
language: pygrep
entry: PyBind|Numpy|Cmake|CCache|Github|PyTest
exclude: .pre-commit-config.yaml
exclude_types: ["pofile"]

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
Expand Down

0 comments on commit 0c6459b

Please sign in to comment.