Skip to content

Commit d87d43f

Browse files
authored
Merge pull request #5862 from rtibbles/no_i18n_file_format
Exclude po and json files from end-of-file-fixer hook
2 parents 99f1e64 + a2b03fc commit d87d43f

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)