Skip to content

Commit a2b03fc

Browse files
committed
Bring the pre-commit exclude for end-of-file-fixer in line with Kolibri to avoid issues with autoformatting of downloaded i18n files.
1 parent 99f1e64 commit a2b03fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
exclude: '^.+?\.ttf$'
88
- id: debug-statements
99
- id: end-of-file-fixer
10-
exclude: '^.+?\.json.+?\.yml$'
10+
exclude: '^.+?(\.json|\.po)$'
1111
- repo: https://github.com/PyCQA/flake8
1212
rev: 7.1.2
1313
hooks:

0 commit comments

Comments
 (0)