Skip to content

Commit ee07303

Browse files
committed
Skip pre-commit checks for locale files
The locale POT and PO files are primarily generated and shouldn't be subject to pre-commit checks.
1 parent af3acb7 commit ee07303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ repos:
1515
hooks:
1616
- id: gdformat
1717
args: [--line-length=200]
18-
files: ^(addons/block_code/(?!lib/).*|tests/.*)$
18+
files: ^(addons/block_code/(?!lib/|locale/).*|tests/.*)$

0 commit comments

Comments
 (0)