Skip to content

Commit e230a3c

Browse files
committed
[IMP] ignore trailing whitespace in noupdate_changes*
1 parent 73ea1be commit e230a3c

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
@@ -101,7 +101,7 @@ repos:
101101
hooks:
102102
- id: trailing-whitespace
103103
# exclude autogenerated files
104-
exclude: /README\.rst$|\.pot?$
104+
exclude: /README\.rst$|\.pot?$|noupdate_changes(_work){0,1}.xml$
105105
- id: end-of-file-fixer
106106
# exclude autogenerated files
107107
exclude: /README\.rst$|\.pot?$

0 commit comments

Comments
 (0)